0 points
*
y = 1
while y ==1:
x = input(“Enter Number”)
if int(x) % 2 == 0:
print(“EVEN”)
else:
print(“ODD”)
I don’t know why, but I opened up my IDLE for the first time in a year and did it.
0 points
y = 1
while y ==1:
x = input(“Enter Number”)
if int(x) % 2 == 0:
print(“EVEN”)
else:
print(“ODD”)
I don’t know why, but I opened up my IDLE for the first time in a year and did it.
Post funny things about programming here! (Or just rant about your favourite programming language.)
5.4K
Monthly active users
887
Posts
9K
Comments