Commit 4d992299 by BellCodeEditor

save project

parent 86f2da80
Showing with 3 additions and 3 deletions
......@@ -5,5 +5,5 @@ import turtle as t
for i in range(5):
t.forward(200)
t.right(144)
t.done
t.hideturtle()
\ No newline at end of file
t.hideturtle()
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