Commit 8737e55f by BellCodeEditor

save project

parent 626c2b2c
Showing with 5 additions and 4 deletions
import turtle import turtle
pen=turtle.Pen() #pen=turtle.Pen()
pen.write("我是你爸爸",font=("Times",40,"normal")) #pen.write("我是你爸爸",font=("Times",40,"normle"))
pen.hideturtle() pen1=turtle.Pen()
#pen.hideturtle()
pen1.circle(120)
turtle.done() turtle.done()
...@@ -27,4 +29,3 @@ turtle.done() ...@@ -27,4 +29,3 @@ 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