Commit b992b90c by BellCodeEditor

auto save

parent 9939844b
Showing with 4 additions and 3 deletions
"""
......@@ -4,6 +4,6 @@
import turtle
p=turtle.Pen()
for i in range(5):
left(144)
forward(200)
turtle.done
\ No newline at end of file
left(144)
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