Commit 3aa5e55f by BellCodeEditor

save project

parent 00de0376
Showing with 4 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
t=turtle.Pen() t=turtle.Pen()
p=turtle.Screen()
p.bgcolor("pink")
t.penup()
t.goto(100,-100) t.goto(100,-100)
t.write("Hello,\nNuoYi(SB),\nI like turtle , \nThank you!",font=("宋体",13,"normal")) t.write("Hello,\nNuoYi(SB),\nI like turtle , \nThank you!",font=("宋体",24,"normal"))
t.hideturtle() t.hideturtle()
t2=turtle.Pen() t2=turtle.Pen()
t2.pencolor("red") t2.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