Commit d59c873e by BellCodeEditor

save project

parent 03f56f7d
Showing with 9 additions and 2 deletions
...@@ -2,4 +2,11 @@ ...@@ -2,4 +2,11 @@
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.write("诺依,悟空喜欢你!",font=("Times",20,"normal")) p.write("诺依,悟空喜欢你!",font=("Times",20,"normal"))
turtle.done() turtle.done()
\ No newline at end of file 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