Commit cfc8e246 by BellCodeEditor

auto save

parent 75dddf7e
Showing with 4 additions and 3 deletions
...@@ -18,8 +18,9 @@ ...@@ -18,8 +18,9 @@
# # pen.right(90) # # pen.right(90)
# pen.circle(len,180) # pen.circle(len,180)
# pen.forward # pen.forward
import turtle
pen = turtle.Pen()
pen.circle(50)
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