Commit 960ab4bc by BellCodeEditor

save project

parent 07ee2faf
Showing with 20 additions and 5 deletions
import turtle# 利用write()帮助悟空给诺依回信吧~ import turtle# 利用write()帮助悟空给诺依回信吧~
#pen = turtle.Pen() screen=turtle.Screen()
#pen.write("我是你爸爸",font=("times",30,"normal")) screen.bgcolor("blue")
#pen.hideturtle() pen = turtle.Pen()
#turtle.done() pen.write("我是你爸爸",font=("times",30,"normal"))
#画圆 pen.hideturtle()
pen1 = turtle.Pen() pen1 = turtle.Pen()
pen1.pensize(45) pen1.pensize(45)
pen1.pencolor("red") pen1.pencolor("red")
...@@ -17,3 +19,16 @@ pen1.hideturtle() ...@@ -17,3 +19,16 @@ pen1.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