Commit 7991c5b1 by BellCodeEditor

auto save

parent 59a5c9d4
Showing with 2 additions and 2 deletions
...@@ -5,8 +5,8 @@ import turtle ...@@ -5,8 +5,8 @@ import turtle
# pen.hideturtle() # pen.hideturtle()
# turtle.done() # turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1=pen1.pensize(3) p=pen1.pensize(3)
pen1=pen.pencolor("red") p2=pen1.pencolor("red")
backward() backward()
pen1.left(45) pen1.left(45)
......
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