Commit b57918a2 by BellCodeEditor

save project

parent 54420176
Showing with 6 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
huabi=turtle.Pen()
# huabi.write("你好啊"font=("times",30,"normal"))
huabu=turtle.Screen()
huabu.bgcolor("light pink")
huabi.write("你好啊",font=("times",30,"normal"))
huabi.pensize(10)
huabi.penup()
huabi.goto(-100,0)
huabi.pendown()
huabi.pencolor("red")
huabi.lt(45)
huabi.fd(100)
......
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