19
Call the Priest (lemmy.world)
submitted 2 years ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 1 points 2 years ago* (last edited 2 years ago)

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.

[-] [email protected] 1 points 2 years ago
int val = 3;
bool is_odd = val & (decltype(val))0x01 == (decltype (val))1;
[-] [email protected] 1 points 2 years ago

Know you probably don’t care, but you can do a while loop using while True:

Which is the same as you using a statement which equals to true.

Thought i don’t think you need it for what you’re doing currently.

[-] [email protected] 1 points 2 years ago

Unless you want it to keep asking the question of course**

this post was submitted on 21 Jun 2023
19 points (91.3% liked)

Programmer Humor

37355 readers
58 users here now

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

Rules:

founded 6 years ago
MODERATORS