fork download
  1. j=1
  2. x=1
  3. while j <= 30:
  4. x=x*j
  5. j=j+1
  6. print(x)
Runtime error #stdin #stdout 0.02s 6352KB
stdin
Standard input is empty
stdout
Standard output is empty