Posts by Guilherme Vitório • 3 points
1 post
-
0
votes1
answer245
viewsQ: Movements in the python Tkinter
I’m liking python, and I wanted to make an interface where there’s a ball that’s hitting the walls, only I wanted to know how I can make the ball hit the walls. from tkinter import * import time…