Commit d59c873e by BellCodeEditor

save project

parent 03f56f7d
Showing with 8 additions and 0 deletions
...@@ -3,3 +3,10 @@ import turtle ...@@ -3,3 +3,10 @@ import turtle
p=turtle.Pen() p=turtle.Pen()
p.write("诺依,悟空喜欢你!",font=("Times",20,"normal")) p.write("诺依,悟空喜欢你!",font=("Times",20,"normal"))
turtle.done() turtle.done()
p.color("red")
p.left(45)
p.fd(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.fd(100)
\ 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