Commit 5453c3c3 by BellCodeEditor

save project

parent f08fcb7f
Showing with 2 additions and 1 deletions
...@@ -3,5 +3,5 @@ t.pen() ...@@ -3,5 +3,5 @@ t.pen()
t.hideturtle() t.hideturtle()
for i in range(5): for i in range(5):
t.fd(200) t.fd(200)
t.right(1440) t.right(144)
t.done() t.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