Commit a88361d8 by BellCodeEditor

save project

parent 3b9abfe3
Showing with 8 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle#导入模块
#pen=turtle.Pen()#创建一支pen画笔
#pen.hideturtle()
#pen.write("你好呀!",font=("Times",30,"normal"))
#turtle.done()#保存画布
pen=turtle.Pen()#创建一支pen画笔
pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(100,-100)
pen.write("你好呀!",font=("Times",30,"normal"))
turtle.done()#保存画布
pen1=turtle.Pen()
pen1.fillcolor("red")
pen1.begin_fill()
......
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