integer = -20print('Absolute value of -20 is:', abs(integer))
Standard input is empty
Absolute value of -20 is: 20
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!