Commit df188542 by BellCodeEditor

save project

parent a9a88169
Showing with 5 additions and 3 deletions
# # 利用write()帮助悟空给诺依回信吧~
import turtle
# Pen=turtle.Pen()
# Pen.write("你好啊",("times",40,"normal"))
# Pen.hideturtle()
Pen=turtle.Pen()
Pen.penup()
Pen.goto(100,-100)
Pen.write("你好啊",font=("times",50,"normal"))
Pen.hideturtle()
t=turtle.Pen()
t.pensize(5)
t.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