Commit 6e3b17c9 by BellCodeEditor

save project

parent 8ac07a87
Showing with 7 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# pen=turtle.Pen()
# pen.write("长安陌上无穷树,\n唯有垂杨管别离。",font=("黑体",30,"normal"))
# pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
pen.penup()
pen.goto(100,0)
pen.write("长安陌上无穷树,\n唯有垂杨管别离。",font=("黑体",15,"normal"))
pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("seashell")
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("tomato")
......
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