summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/tree.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-06-29 05:32:16 (GMT)
committerGitHub <noreply@github.com>2018-06-29 05:32:16 (GMT)
commit00e05242ae650bc29e8052a5fb79cbb83224a657 (patch)
tree50df8933b8e251f53b14901daea326cc4bfe4855 /Lib/turtledemo/tree.py
parentc00144cd7741a5060662e85717f6559ad46d02aa (diff)
downloadcpython-00e05242ae650bc29e8052a5fb79cbb83224a657.zip
cpython-00e05242ae650bc29e8052a5fb79cbb83224a657.tar.gz
cpython-00e05242ae650bc29e8052a5fb79cbb83224a657.tar.bz2
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. (cherry picked from commit 891a1f86d415779cf67ca23e626a868e586feb05) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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 71fff35..e7f202e 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()