mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Bug #3884: Make the turtle module toplevel again.
This commit is contained in:
parent
8e3548350d
commit
60ebb8b0aa
20 changed files with 20 additions and 18 deletions
|
@ -13,7 +13,7 @@ parallel.
|
|||
|
||||
Followed by a complete undo().
|
||||
"""
|
||||
from tkinter.turtle import Screen, Turtle, mainloop
|
||||
from turtle import Screen, Turtle, mainloop
|
||||
from time import clock, sleep
|
||||
|
||||
def mn_eck(p, ne,sz):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue