fork download
  1. f=abs
  2. print(f)
  3. # your code goes here
Success #stdin #stdout 0.07s 14108KB
stdin
Standard input is empty
stdout
<built-in function abs>