summaryrefslogtreecommitdiff
path: root/Lib/turtledemo/tree.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-06-29 01:10:05 -0400
committerGitHub <noreply@github.com>2018-06-29 01:10:05 -0400
commit891a1f86d415779cf67ca23e626a868e586feb05 (patch)
treea852ba9e57d42f72ff2a9b79ef805b993b9dfebb /Lib/turtledemo/tree.py
parentd904c238ca3551750cb97d15d827c3e525970867 (diff)
downloadcpython-git-891a1f86d415779cf67ca23e626a868e586feb05.tar.gz
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.
Diffstat (limited to 'Lib/turtledemo/tree.py')
-rwxr-xr-xLib/turtledemo/tree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/turtledemo/tree.py b/Lib/turtledemo/tree.py
index 9998fa839c..98a20da7f1 100755
--- a/Lib/turtledemo/tree.py
+++ b/Lib/turtledemo/tree.py
@@ -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()