Imgflip Logo Icon

why won't this piece of bullshit work

why won't this piece of bullshit work | made w/ Imgflip meme maker
181 views 4 upvotes Made by .mdmg. 4 months ago in MS_memer_group
14 Comments
4 ups, 4mo,
8 replies
you have || for the second check, not &&, so it will always be false since it cant be both "Apple" and "apple" at the same time
4 ups, 4mo
will freakbot be returning in 2026 ❓️❗️⁉️
3 ups, 4mo
My guy randomly returned just to correct a dude's coding error
2 ups, 4mo,
1 reply
goddаmn it's working
now i need to understand why
2 ups, 4mo
an OR means if its either of those two options. since you used a not, then its a fail if either of those are not exactly equal to user input. != "Apple" fails if the input is "apple". it would be better to convert the user input to all lowercase, and then compare that against "apple"
2 ups, 4mo
He’s Back! | image tagged in he s back | made w/ Imgflip meme maker
2 ups, 4mo
Yay! Nice to see you again
2 ups, 4mo
2 ups, 4mo
Bro got summoned 😭
2 ups, 4mo
My guy respawned just to correct some random dude’s coding error and leave again
1 up, 4mo,
2 replies
This looks very messy.
I'm sure there's a simpler way to put it.
2 ups, 4mo,
1 reply
i know😔
1 up, 4mo
Apart from the logical error that 32-Bit pointed out, ofc 🧍‍♀️

Use == instead of != in the If conditional, and it'll be easier to understand the logic.
1 up, 4mo
bro what are you people even looking at omg this is insane
I forget you're actually nerd
Created with the Imgflip Meme Generator