fork download
  1. integer = -20
  2. print('Absolute value of -20 is:', abs(integer))
  3.  
Success #stdin #stdout 0.11s 14076KB
stdin
Standard input is empty
stdout
Absolute value of -20 is: 20