write a program to accept two numbers in python and display odd and even
Answers
Answered by
3
Answer:
Explanation:
#odd or even
a = int(input ("Enter Number : ")
If a%2==0:
print("Even Number)
else:
print ("Odd Number)
Similar questions
Physics,
2 months ago
Social Sciences,
6 months ago
Chemistry,
6 months ago
Science,
11 months ago
English,
11 months ago
India Languages,
11 months ago