fork download
  1. import math
  2. n=1
  3. for x in range (3):
  4. n=n*(x+1)
  5. print(n)
Success #stdin #stdout 0.03s 6384KB
stdin
Standard input is empty
stdout
6