Help with two issues, buttons and second class object
Thomas Grops
twgrops at googlemail.com
Fri Nov 25 04:40:41 EST 2016
Also I am struggling to understand:
def move_tank(self, dx, dy):
self.x += dx
self.y += dy
self.canvas.move(self.id, dx, dy)
Where does the dx and dy values get input?
More information about the Python-list
mailing list