Commit 4897c1d5 by BellCodeEditor

save project

parent 64625694
Showing with 14 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
#
# p=turtle.Pen()
# p.write("诺伊你好",font=("Times",20,"normal"))
# p.hideturtle()
# turtle.done()
pp=turtle.Pen()
pp.left(45)
pp.forward(100)
pp.circle(50,180)
pp.right(90)
pp.circle(50,180)
pp.forward(100)
pp.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