Commit b418d67c by BellCodeEditor

save project

parent 91fafeee
Showing with 9 additions and 4 deletions
# import turtle
import turtle
# i=turtle.Pen()
# i.write("诺依,\n我会用python给你回信了!",font=("times",20,"normal"))
# i.hideturtle()
# turtle.done()
o=turtle.Pen()
o.circle(50)
o.left(45)
o.forward(100)
o.circle(50,180)
o.right(90)
o.circle(50,180)
o.forward(100)
o.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