fork download
  1. n = 1
  2. i = 1
  3.  
  4. while i <= 30:
  5. n = n*i
  6. i= i+1
  7.  
  8. print(n)
Success #stdin #stdout 0.02s 5852KB
stdin
Standard input is empty
stdout
265252859812191058636308480000000