Commit 8b7c63af by BellCodeEditor

save project

parent 7748b5f7
Showing with 3 additions and 3 deletions
...@@ -3,5 +3,5 @@ import turtle ...@@ -3,5 +3,5 @@ import turtle
# pen.write("静夜思 \n唐李白 \n床前明月光,\n疑是地上霜.",font=("Times",20,"normal")) # pen.write("静夜思 \n唐李白 \n床前明月光,\n疑是地上霜.",font=("Times",20,"normal"))
# pen.hideturtle() # pen.hideturtle()
# turtle.done() # turtle.done()
pen1=turtle.Pen pen1=turtle.Pen()
pen1.circle(20) pen1.circle(30)
\ No newline at end of file \ 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