Commit 9d81f822 by BellCodeEditor

save project

parent 986b7c8c
Showing with 6 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
#Pen=turtle.Pen()
#Pen.write("我是你田爸爸",font=("times",40,"normal"))
#turtle.done()
screen=turtle.Screen()
screen.bgcolor("light blue")
Pen=turtle.Pen()
Pen.penup()
Pen.goto(100,-100)
Pen.write("我是田嘉瑞",font=("times",40,"normal"))
Penl=turtle.Pen()
Penl.pensize(5)
Penl.pencolor("red")
......
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