Created
September 30, 2020 12:25
-
-
Save dk3775/03ef72ed2659e735117c8e0348e82c2b to your computer and use it in GitHub Desktop.
factorial in python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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