Commit 2b5fa8e1 by BellCodeEditor

save project

parent d96f1ce2
Showing with 5 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("libht blue")
pen=turtle.Pen()
pen.write("谢谢",font=("Times",18,"mormal"))
pen.penup()
pen.goto(100,-100)
pen.write("谢谢",font=("Times",20,"mormal"))
pen.hideturtle()
turtle.done()
pen1=turtle.Pen()
......
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