Commit 5b232c1c by BellCodeEditor

save project

parent 738aa8e7
Showing with 3 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
Pen=turtle.Pen()
Pen.write()
Pen.circle()
Pen.write("我是你\n爸爸")
Pen.circle(50)
Pen.hideturtle()
Pen.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