Chennai: IIT-Madras NPTEL (National Programme on Technology Enhanced Learning) will offer its ‘programming, data structures and algorithms using Python’ course in Tamil. As of now, 174 courses are ...
CHENNAI: IIT-Madras NPTEL (National Programme on Technology Enhanced Learning) will offer its ‘Programming, data structures and algorithms using Python’ course in Tamil. As of now, 174 courses are ...
Task 1: Check if a Number is Even or Odd Problem Statement: Write a Python program that: Takes an integer input from the user. Checks whether the number is even or odd using an if-else statement.