Commit 7dd7f2d2 by BellCodeEditor

save project

parent 8a0eedd0
Showing with 2 additions and 1 deletions
...@@ -20,6 +20,6 @@ import turtle ...@@ -20,6 +20,6 @@ import turtle
# pen.circle(len,180) # pen.circle(len,180)
# pen.forward(2*len) # pen.forward(2*len)
# turtle.done() # turtle.done()
pen1=turtle.Pen pen1=turtle.Pen()
pen1.circle(30) pen1.circle(30)
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