Commit 7f11c067 by BellCodeEditor

save project

parent 16b96c3c
Showing with 8 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
a=turtle.Pen()
a.write("",font=("Times",40,"normal"))
a.hideturtle()
B=turtle.Pen()
B.right(45)
B.forward(100)
B.circle(50,180)
B.right(90)
B.circle(50,180)
B.forward(100)
turtle.done()
b=turtle.Pen()
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