Commit 7f1ed07d by BellCodeEditor

save project

parent 2f35bf23
Showing with 3 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle as t import turtle as t
pen=t.Pen() pen=t.Pen()
screen=t.Screen()
screen.bgcolor("light blue")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("你好xxx",font=("times",20,"normal")) pen.write("你好 \n xxx",font=("times",20,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=t.Pen() pen1=t.Pen()
pen1.color("red") pen1.color("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