Commit afab35cc by BellCodeEditor

save project

parent 192da59d
Showing with 16 additions and 9 deletions
# 利用write()帮助悟空给回信吧~
# import turtle
# pen = turtle.Pen
# pen.write("诺依,你好呀!turtle真好用"font=("times",30,"normal"))
# pen.hideturtle()
# turtle.done()
import turtle
scree=turtle.Screen()
scree=bgclor("pink")
pen1=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
pen = turtle.Pen()
pen.penup()
goto(100,-100)
pen.goto(100,-100)
pen.write("诺依,你好呀!turtle真好用",font=("times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.fillcolor("red")
pen1.pencolor("pink")
pen1.pensize(10)
......
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