Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Task 1

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

Task 2

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