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
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