Skip to content

Instantly share code, notes, and snippets.

@dk3775
Created September 30, 2020 12:25
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 dk3775/03ef72ed2659e735117c8e0348e82c2b to your computer and use it in GitHub Desktop.
Save dk3775/03ef72ed2659e735117c8e0348e82c2b to your computer and use it in GitHub Desktop.
factorial in python
C:\Users\Lenovo\PycharmProjects\pythonProject\venv\Scripts\python.exe C:/Users/Lenovo/PycharmProjects/pythonProject/test.py
Enter N to find factorial: 5
Fatorial of 5 is : 120
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment