mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
parent
ecfeb7f095
commit
70a6b49821
246 changed files with 926 additions and 962 deletions
|
@ -28,7 +28,7 @@ class Test(Frame):
|
|||
def moveThing(self, *args):
|
||||
velocity = self.speed.get()
|
||||
str = float(velocity) / 1000.0
|
||||
str = `str` + "i"
|
||||
str = "%ri" % (str,)
|
||||
self.draw.move("thing", str, str)
|
||||
self.after(10, self.moveThing)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue