Write a Python program that takes an integer input from the user, checks whether it is even or odd using an if-else statement, and displays the result. Task 2: Sum of Integers from 1 to 50 Using a ...