Advertisement
karolinagergert

Untitled

Jul 9th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. N=int(input())
  2. i=0
  3. count=1
  4. while i<N:
  5. i+=1
  6. count=count*i
  7. print(count)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement