Commit 7552a2ce by BellCodeEditor

save project

parent 148c9c43
Showing with 3 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
screen.bgcolor("light yellow")
pen=turtle.Pen()
pen.fillcolor("red")
pen.penup()
pen.goto(200,-150)
pen.write("你好\n I'm......How are you?\n How's it going?\n I'm playing HePingJingYing.",font=("Times",30,"normal"))
pen.hideturtle()
len=100
......
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