Commit 52cd40c1 by BellCodeEditor

save project

parent 1f1d585b
Showing with 9 additions and 5 deletions
......@@ -3,16 +3,20 @@
"""
import turtle
pen=turtle.pen()
pen.shape("turtle")
pen.shape("turtle")
pen.forward(200)
pen
for i in range(5):
pen.shape("turtle")
pen.forward(200)
pen.rigth(144)
pen.forward(200)
pen.left(72)
pen.hideturtle()
turtle.done()
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment