mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Ein einfaches Programm zur Demonstration von "chaotischem Verhalten".
|
||||
|
||||
from tkinter.turtle import *
|
||||
from turtle import *
|
||||
|
||||
def f(x):
|
||||
return 3.9*x*(1-x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue