Commit 5b232c1c by BellCodeEditor

save project

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