demo_ref_abs.py:
x = abs(-7.25) print(x)
C:\Users\My Name>python demo_abs.py
7.25