Commit 46d1e2f6 by BellCodeEditor

save project

parent e93088e5
Showing with 5 additions and 7 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# pen=turtle.Pen() pen=turtle.Pen()
# pen.write("诺依,你好呀!\n 我给你回信啦。",font=("Times",20,"normal")) pen.penup()
# for i in range(4): pen.goto(100,-100)
# pen.forward(50) pen.write("诺依,你好呀!\n 我给你回信啦。",font=("Times",20,"normal"))
# pen.left(90) pen.hideturtle()
# pen.hideturtle()
# turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("red") pen1.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