mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
The 'wikipedia' example is now 'rosette', describing what it draws. The 'penrose' print output is reduced. The 'tree' '1024' output is eliminated.
This commit is contained in:
parent
d904c238ca
commit
891a1f86d4
4 changed files with 3 additions and 4 deletions
|
@ -49,7 +49,6 @@ def maketree():
|
|||
t = tree([p], 200, 65, 0.6375)
|
||||
for x in t:
|
||||
pass
|
||||
print(len(p.getscreen().turtles()))
|
||||
|
||||
def main():
|
||||
a=clock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue