Commit 879664ff by BellCodeEditor

save project

parent d87de79c
Showing with 9 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~
# import turtle
# a = turtle.Pan()
# turtle.write("你好呀\n,pythn学习!",font=("黑体",20,))
# a.hideturle()
# turtle.done()
import turtle
a = turtle.Pan()
screen.bgcolor("pink")
a.penup()
a.hideturle()
a.goto()
turtle.write("你好呀\n,pythn学习!",font=("黑体",20,))
a.hideturle()
turtle.done()
a1 = turtle.Pen()
a1.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