Commit 1b07e0e9 by BellCodeEditor

save project

parent e61c116e
Showing with 3 additions and 1 deletions
...@@ -6,5 +6,6 @@ import turtle ...@@ -6,5 +6,6 @@ import turtle
# turtle.done() # turtle.done()
# 画圆 # 画圆
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.circle(-50) pen1.left(90)
pen1.circle(-50,180)
turtle.done() turtle.done()
\ 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