Commit f6d85e31 by BellCodeEditor

save project

parent aa7a136a
Showing with 7 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
xxs=turtle.Pen()
xxs.penup()
xxs.goto(100,-100)
xxs.write("Hi,sb,cnm",font=("Times",20,"normal"))
xxs.hideturtle()
sb=turtle.Pen() sb=turtle.Pen()
sb.pencolor("red") sb.pencolor("red")
sb.pensize(5) sb.pensize(5)
......
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