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