Commit 7b4434e9 by BellCodeEditor

save project

parent b896d27e
Showing with 3 additions and 11 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
a=turtle.Pen()
# a.write("你没马!",font=("times",30,"normal"))
# a.hideturtle()
# turtle.done()
a.left(45)
a.forward(200)
a.circle(100,180)
Pen.write("你没马!",font=("times",30,"normal"))
a.hideturtle()
turtle.done()
a.right(45)
a.circle(100,-180)
a.forward(200)
goto()
\ No newline at end of file
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