Commit 1ac8c813 by BellCodeEditor

save project

parent c89009e5
Showing with 2 additions and 0 deletions
...@@ -3,6 +3,8 @@ import turtle ...@@ -3,6 +3,8 @@ import turtle
# i.write("诺依,\n我会用python给你回信了!",font=("times",20,"normal")) # i.write("诺依,\n我会用python给你回信了!",font=("times",20,"normal"))
o=turtle.Pen() o=turtle.Pen()
o.left(45) o.left(45)
o.pencolor("red")
o.pensize(5)
o.forward(100) o.forward(100)
o.circle(50,180) o.circle(50,180)
o.right(90) o.right(90)
......
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