Commit d9ef9260 by BellCodeEditor

auto save

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