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