You basically got it yeah. You can do x % 2 and check if that is 0, as % calculates the remainder (in python at least)

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.

Create a post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 1 user online
  • 120 users / day
  • 257 users / week
  • 744 users / month
  • 3.72K users / 6 months
  • 1 subscriber
  • 1.48K Posts
  • 32.6K Comments
  • Modlog