Commit 00de0376 by BellCodeEditor

save project

parent a4bc4348
Showing with 2 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
t=turtle.Pen()
t.write("Hello,\nNuoYi(SB),\nI like turtle , \nThank you!",font=("宋体",30,"normal"))
t.goto(100,-100)
t.write("Hello,\nNuoYi(SB),\nI like turtle , \nThank you!",font=("宋体",13,"normal"))
t.hideturtle()
t2=turtle.Pen()
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