fork download
  1. import math
  2. n=0
  3. for x in range (31):
  4. n=x*(x-1)
  5. print n
Runtime error #stdin #stdout 0.02s 6352KB
stdin
Standard input is empty
stdout
Standard output is empty