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