Commit d1d213d6 by BellCodeEditor

save project

parent fc7c5e5c
Showing with 20 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
# import turtle
# pen=turtle.Pen()
# pen.write("usygteryg",font=("times",30,"normal"))
# pen.hideturtle()
# turtle.done()
import turtle import turtle
pen=turtle.Pen() a=turtle.Pen()
pen.write("usygteryg",font=("times",30,"normal")) a.left(45)
pen.hideturtle() a.forward(200)
a.circle(100,180)
a.right(90)
a.circle(100,180)
a.forward(200)
turtle.done() turtle.done()
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