Commit 332d775e by BellCodeEditor

save project

parent 5e01ffbc
Showing with 16 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
#
\ No newline at end of file
#import turtle
# a=turtle.Pen()
# a.write("你等着",font=("time",50,"normal"))
# a.hideturtle()
# turtle.done()
import turtle
a=turtle.Pen()
a.left(45)
a.forward(200)
a.circle(100,180)
a.right(90)
a.circle(100,180)
a.forward(200)
a.hideturtle()
turtle.done()
\ 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