Posts by Christyan_714 • 11 points
2 posts
-
0
votes0
answers23
viewsQ: pygame error using key.get_pressed()
I was testing the pygame, and I came across a mistake. I made a red square appear on the screen, and I made the code for it to move too, set the WASD for locomotion, but when I ran the code, and…
-
0
votes0
answers22
viewsQ: Tkinter error on re-entry
Was using tkinter, I made the code normally, and when I ran the same, everything was working normally, but when I left the program and entered again it gave error: my code: from tkinter import *…