OverIQ.com
Run (or Hit F9)
print(abs(-100)) # absolute value of -100 print(abs(291.121)) # absolute value of 291.121 print(abs(88)) # absolute value of 88