mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +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
|
|
@ -11,7 +11,7 @@ This example is a 'breadth-first'-rewrite of
|
|||
a Logo program written by Erich Neuwirth. See:
|
||||
http://homepage.univie.ac.at/erich.neuwirth/
|
||||
"""
|
||||
from tkinter.turtle import Turtle, colormode, tracer, mainloop
|
||||
from turtle import Turtle, colormode, tracer, mainloop
|
||||
from random import randrange
|
||||
from time import clock
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue