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
Social Sciences,
3 months ago
Chemistry,
3 months ago
Social Sciences,
7 months ago
Chemistry,
7 months ago
English,
1 year ago