I love coding because there’s zero reason this shouldn’t work until the reason stares you right in the face
Tag: python
Shoutout to me entirely missing that the error was that I was using == instead of just = to reassign a variable
🙂 🙂
I’m this damn close to telling my teacher that I have no fucking idea why my code isn’t working since there’s no reason it shouldn’t
Does anyone here know Python because my code isn’t running correctly and I’m not really in the mood for games.
The issue is with text updating properly in case that helps.
I know very limited on it but perhaps i could help
You could look at it, at least. I’d have to show you the entire code, though, and it’s a real mess honestly.
Go ahead. Chances are I will be completely useless but I might be good for something
Like I said, the entire thing is huge mess, but maybe you can do something with it.








The first section of code imports the necessary modules, because it’s python. Then the variables, then the functions. The draw function shows what appears in the canvas.
…You know, I went to all this work, I figured out why the timer wasn’t working. I never timer.start()-ed. Still don’t get the score thing, though.
Does anyone here know Python because my code isn’t running correctly and I’m not really in the mood for games.
The issue is with text updating properly in case that helps.
I know very limited on it but perhaps i could help
You could look at it, at least. I’d have to show you the entire code, though, and it’s a real mess honestly.
The score label worked until I added a timer handler that used the same variable and now neither the timer or score labels work. The high score label doesn’t work either.
I moved some stuff around because I thought it would work better and now I don’t know where it was originally so I can’t fix it based on that either.