Commit 4d8c6b38 by BellCodeEditor

save project

parent 8f733ce7
Showing with 5 additions and 4 deletions
import turtle #利用write()帮助悟空给诺依回信吧~
#pen=turtle.Pen()
# pen.write("muihiuhuyg,jhdsfjkhksdhsfhfkjds\n",font=("Times",23,"normal"))
# pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("muihiuhuyg,jhdsfjkhksdhsfhfkjds\n",font=("Times",23,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.left(45)
pen1.forward(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