fork download
  1. import math
  2.  
  3. n = 1
  4. i = 1
  5. while i <= 30
  6. n = n*i
  7. print(n)
Runtime error #stdin #stdout 0.02s 5852KB
stdin
stdout
Standard output is empty