Skip to content

Instantly share code, notes, and snippets.

@calthoff
Created August 27, 2021 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calthoff/2e0798435d48d9de8071d240d4a427ac to your computer and use it in GitHub Desktop.
Save calthoff/2e0798435d48d9de8071d240d4a427ac to your computer and use it in GitHub Desktop.
x = 1
n = 5
for i in range(1, n + 1):
x = x * i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment