Commit 808140e5 by BellCodeEditor

save project

parent 740d08b8
Showing with 3 additions and 1 deletions
import turtle
pen=Pen.turtle
pen=turtle.Pen()
pen.color("red")
pen.left(45)
pen.farwer(100)
......@@ -7,5 +7,6 @@ pen.left(45)
pen.circle(50,180)
pen.right(45)
pen.circle(50,180)
pen.farwer(100)
pen.hideturtle()
pen.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