fork download
  1. def pole():
  2. a = 5
  3. return a**2
  4.  
  5. print(pole())
Success #stdin #stdout 0.12s 14220KB
stdin
Standard input is empty
stdout
25