Call the Priest

116 points · 26 comments · view on lemmy.world

26 Comments

Hobovision@kbin.social · 21 pts · 3y (2 replies)

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

Entropywins@kbin.social · 4 pts · 3y (1 reply)

Ima give it a week then post it on Facebook

T156@lemmy.world · 3 pts · 3y

Why go to all that trouble when you can just take a screenshot and repost it here? (Or throw it onto discord, either/or)

Dirk@lemmy.ml · 8 pts · 3y (1 reply)

I can't even.

zyratoxx@lemm.ee · 8 pts · 3y

Well that's odd :p

Calcharger@kbin.social · 7 pts · 3y (1 reply)

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

BrooklynMan@lemmy.ml · 2 pts · 3y

how....odd

😎

DoubleCore@lemmy.world · 7 pts · 3y

sounddrill@lemmy.antemeridiem.xyz · 7 pts · 3y

Just imagine he excel pulls that shit to infinity

Guy_Fieris_Hair@lemmy.world · 5 pts · 3y (6 replies)

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.

nero@lemmy.world · 4 pts · 3y (4 replies)

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

Guy_Fieris_Hair@lemmy.world · 2 pts · 3y (3 replies)

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.

MrMagnesium12@feddit.de · 1 pts · 3y
int val = 3;
bool is_odd = val & (decltype(val))0x01 == (decltype (val))1;
nero@lemmy.world · 1 pts · 3y (1 reply)

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.

nero@lemmy.world · 1 pts · 3y

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

TeaHands@lemmy.world · 1 pts · 3y

Hey if it works, it works.

TheLuchenator@kbin.social · 5 pts · 3y

This media brings upon me a great factor of displeasure

Tischkante@kbin.social · 4 pts · 3y

This is the definition of hard coded, or coded while hard.

ElmiHalt@sopuli.xyz · 3 pts · 3y

A place shall not be called "programmer humor" without an odd-even joke

jyte@lemmy.world · 2 pts · 3y (1 reply)

This is amateur work. Check out those javascript implementation for the real deal: is-odd and is-even

T156@lemmy.world · 1 pts · 3y

Can't even handle 11 million smh

3ra@lemmy.world · 1 pts · 3y

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

romulator@lemmy.world · 1 pts · 3y

Ah, somebody from the YandereDev school of coding

NotAPenguin@kbin.social · -9 pts · 3y (2 replies)

Please just save the image instead of taking a screenshot

Calcharger@kbin.social · 7 pts · 3y

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

nepatriots32@lemmy.world · 4 pts · 3y

It's better this way. It adds another layer of degeneracy.