mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -17,7 +17,7 @@ the left mouse button with mouse over the
|
|||
scrollbar of the canvas.
|
||||
|
||||
"""
|
||||
from tkinter.turtle import Shape, Turtle, mainloop, Vec2D as Vec
|
||||
from turtle import Shape, Turtle, mainloop, Vec2D as Vec
|
||||
from time import sleep
|
||||
|
||||
G = 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue