Commit 7a229d6b by BellCodeEditor

save project

parent df5dc66a
Showing with 19 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.write("你好呀,\nxrn",font=("Times",30,"normal"))
pen.hideturtle()
# pen=turtle.Pen()
# pen.write("你好呀,\nxrn",font=("Times",30,"normal"))
# pen.hideturtle()
p1 = turtle.Pen()
p1.pencolor("red")
p1.pensize(15)
p1.left(45)
p1.forward(118)
p1.circle(60,180)
p1.right(90)
p1.circle(60,180)
p1.forward(118)
p1.hideturtle()
turtle.done()
......@@ -10,3 +25,4 @@ 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