Commit 841b7378 by BellCodeEditor

save project

parent 75e14e5c
Showing with 14 additions and 2 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
...@@ -2,4 +2,5 @@ import turtle ...@@ -2,4 +2,5 @@ import turtle
pen=turtle.Pen() 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()
\ 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