arrow_upward
What's your dumbest bug?
#1
Python3 needs a : after else, python 2 doesn't :/

What's yours?



[+] 1 user Likes craftycummer's post
#2
My shit glitching



#3
has to be missing semi colons



#4
Program only worked in certain regions because of the decimal point



#5
well segmentation faults destroy me I am still trying to figure out why some of mine broke in scope.



#6
Has to be semi colons or mismatching braces



#7
U really wanna know



#8
missing semicolon



#9
Not calling the function, happens once a month lol, quicker at realizing it though print("asdadasd").



#10
Adding an extra semicolon to a part of code that made it skip over some buisness logic in a loop. I didn't see the semicolon but I was going over the logic like a madman.



#11
Semicolon, missing, adding more it always the semicolon, kind makes me rage lol