Commit e85155d8 by BellCodeEditor

save project

parent 17744afb
Showing with 3 additions and 1 deletions
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
""" """
import.turtle import.turtle
t=turtle.turtle() t=turtle.turtle()
t.fillcolor(red)
for i in range(5): for i in range(5):
t.forward(200) t.forward(200)
t.left(144) t.left(144)
t.kideturtle() t.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file
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