Commit 841b7378 by BellCodeEditor

save project

parent 75e14e5c
Showing with 13 additions and 0 deletions
import turtle
pen=Pen.turtle
pen.color("red")
pen.left(45)
pen.farwer(100)
pen.left(45)
pen.circle(50,180)
pen.right(45)
pen.circle(50,180)
pen.hideturtle()
pen.done()
\ No newline at end of file
...@@ -3,3 +3,4 @@ pen=turtle.Pen() ...@@ -3,3 +3,4 @@ pen=turtle.Pen()
pen.wirte('sb',font=('Time',30,'nomal')) pen.wirte('sb',font=('Time',30,'nomal'))
pen.hideturtle() pen.hideturtle()
turtle.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