Hobovision
link
fedilink
21Y

And we’re already posting screenshots of reddit posts that are screenshots of tiktoks. Awesome

Calcharger
link
fedilink
01Y

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

BrooklynMan
link
fedilink
11Y

how…odd

😎

Please just save the image instead of taking a screenshot

Calcharger
link
fedilink
11Y

Don’t listen to this guy. Xerox your monitor and mail us all a copy

Just imagine he excel pulls that shit to infinity

This media brings upon me a great factor of displeasure

I feel like I accidentally do something similar everytime I program anything. I am just bad at it, I don’t know the short cuts or all the commands, but by God, it will work when I am done with it… maybe.

I don’t know the right wat to do this, but I think there would be something like:

x = Number

If (x//2)is.integer() == “true”:

Print(“Even”)

Else:

Print(“odd”)

Maybe? Idk. Probably a bunch of syntax issues and I haven’t written anything in like a year.

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.

I can’t even.

Zyratoxx
link
fedilink
11Y

Well that’s odd :p

Era0S
link
fedilink
1
edit-2
1Y

This is literally how I code stuff when I’m sleepy, then I come back a month later and realize how horrible the code was. Pretty sure I can still find stuff like this in my old discontinued projects that I haven’t cleaned up

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
  • 61 users / day
  • 247 users / week
  • 417 users / month
  • 2.88K users / 6 months
  • 1 subscriber
  • 1.53K Posts
  • 33.9K Comments
  • Modlog