A simple yet powerful Python mini project that takes a number and input and analyze it to provide the following insights:
- Determine whether the given number is even or odd
- Checks whether number is prime or not
- Calculates "factorial of the number**
-Interactive user input -Modular code -Efficient prime check -Beginner friendly logic with loops and conditions
-
Python 3
-
Loops
-
Conditional Statements
-
Functions
-
Mathematics
- Make sure you have Python 3 installed on your system.
- Download or clone this repository.
- Open a terminal or command prompt in the project directory.
Enter a number : 8 8 is even 8 is not a prime number Factorial of 8 is 40320
##Author
[Vishnupriya Sreedharan Pillai ] Github: [https://github.com/Vishnu1234-tech]