It's consists of terminal based 2
Pythonapplications.
Task 1 - A python 3 program that excepts 1 integer user input and calculates it factorial. Enhanced the task to practice
whileloop also, thus it gives user choice to choose between recursive or iterative approach.
Task 2 - Using math module calculate Square root, Natural logarithm (log base e), and Sine of the number (in radians) from a user input.
-
If you wish to run the project locally, please do the following:
-
Clone the repository to your local machine.
git clone https://github.com/RitobrotoMukherjee/recursion-modules.gitcd recursion-modulespython -u [TASK_NAME.py]
- Python 3.* needs to be installed in system.
- Basic Terminal knowledge is required.
👤 Ritobroto Mukherjee
- GitHub: @RitobrotoMukherjee
- Twitter: @RitobrotoM3
- LinkedIn: Ritobroto Mukherjee
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!