Commit 960ab4bc by BellCodeEditor

save project

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