Commit 1c17ca2c by BellCodeEditor

auto save

parent 311d19e7
Showing with 16 additions and 0 deletions
import turtle
a=turtle.Turtle()
a.speed(100)
for i in range(180):
a.forward(10)
a.right(30)
a.forward(2)
a.left(60)
a.forward(5)
a.right(30)
a.penup()
a.setposition(0,0)
a.pendown()
a.right(2)
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