Commit cfdee81c by BellCodeEditor

auto save

parent 3cc07ee5
Showing with 7 additions and 5 deletions
...@@ -12,12 +12,13 @@ o.pensize(6) ...@@ -12,12 +12,13 @@ o.pensize(6)
o.pencolor("red") o.pencolor("red")
o.left(45) o.left(45)
o.forward(100) o.forward(100)
o.circle(50,180) # o.circle(50,180)
o.right(90) # o.right(90)
o.circle(50,180) # o.circle(50,180)
o.forward(100) # o.forward(100)
o.hideturtle() o.hideturtle()
turtle.done() turtle.done()
str(dict[k])
\ 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