Skip to content

RitobrotoMukherjee/recursion-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python - Assignment - 3: Module 4: Functions & Modules in Python

It's consists of terminal based 2 Python applications.

Task 1 - A python 3 program that excepts 1 integer user input and calculates it factorial. Enhanced the task to practice while loop 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.

Built With

  

To get this project up and running, you should do the following;

  • 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.git
    • cd recursion-modules
    • python -u [TASK_NAME.py]

Prerequisite

  • Python 3.* needs to be installed in system.
  • Basic Terminal knowledge is required.

Authors

👤 Ritobroto Mukherjee

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

Test knowledge of python function, recursion basics and Math - in-build module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages