fork download
  1. def square(n):
  2. return n * n
Success #stdin #stdout 0.02s 7128KB
stdin
Standard input is empty
stdout
Standard output is empty