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 whether the number is even or odd

Execution command:

python "Task 1.py"

Output:

Enter a number: 5
5 is an odd number

Task 2

The Program returns the sum of numbers from 1 to 50

Execution command:

python "Task 2.py"

Output:

The sum of numbers from 1 to 50 is: 1275