Commit b4410d96 by BellCodeEditor

save project

parent 6b2dbe15
Showing with 6 additions and 1 deletions
...@@ -4,5 +4,9 @@ import turtle ...@@ -4,5 +4,9 @@ import turtle
# pen.write("你好啊,\n我会用python写贺卡",font=("Times",30,"normal")) # pen.write("你好啊,\n我会用python写贺卡",font=("Times",30,"normal"))
# turtle.done() # turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.circle(-50) pen1.left(45)
pen1=forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1=forward(100)
turtle.dome() turtle.dome()
\ 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