this post was submitted on 21 Jun 2023
10 points (85.7% liked)

Programmer Humor

32171 readers
496 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Calcharger@kbin.social 0 points 1 year ago (1 children)

For x in range(∞):
If x % 2 == 0:
Print('Even')
Else:
Print('Opposite of even')

[–] BrooklynMan@lemmy.ml 1 points 1 year ago

how....odd

😎