Commit b992b90c by BellCodeEditor

auto save

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