Commit 57159759 by BellCodeEditor

save project

parent cf37220c
Showing with 5 additions and 8 deletions
...@@ -3,13 +3,10 @@ import turtle ...@@ -3,13 +3,10 @@ import turtle
pen = turtle.Pen() pen = turtle.Pen()
pen.write('我没有笔记本',font=('Times',20,'normal')) pen.write('我没有笔记本',font=('Times',20,'normal'))
pen.hideturtle pen.hideturtle
pen.fd(2*50)
pen.circle(50,180)
pen.rt(90)
pen.circle(50,180)
pen.fd(2*50)
turtle.done() turtle.done()
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