The Program takes a number from user and returns the factorial of that number
Execution command:
python "Task 1.py"Output:
Enter a number: 5
120
The Program takes a number from user and returns the square root, logarithm and sine value of it
Execution command:
python "Task 2.py"Output:
Enter a number: 7
Square root: 2.6457513110645907
Logarithm: 1.9459101490553132
Sine: 0.6569865987187891