mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix #1771558 (already fixed in trunk).
This commit is contained in:
parent
de469d6e91
commit
f2944600bd
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,7 @@ pictures can easily be drawn.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from math import * # Also for export
|
from math import * # Also for export
|
||||||
|
from time import sleep
|
||||||
import Tkinter
|
import Tkinter
|
||||||
|
|
||||||
speeds = ['fastest', 'fast', 'normal', 'slow', 'slowest']
|
speeds = ['fastest', 'fast', 'normal', 'slow', 'slowest']
|
||||||
|
@ -949,7 +950,6 @@ def demo2():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
from time import sleep
|
|
||||||
demo()
|
demo()
|
||||||
sleep(3)
|
sleep(3)
|
||||||
demo2()
|
demo2()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue