Commit 603eea6f by BellCodeEditor

auto save

parent 84a3bd67
Showing with 3 additions and 3 deletions
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
for i in range(5): for i in range(5):
forward(100) pen.forward(300)
left(144) pen.left(144)#right
pen.done() turtle.done()
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