Commit e12a690a by BellCodeEditor

save project

parent 518d74d7
Showing with 2 additions and 1 deletions
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
""" """
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
a.color("red")
for i in range(5): for i in range(5):
a.forward(500) a.forward(70)
a.right(144) a.right(144)
turtle.done() 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