Commit 93664b03 by BellCodeEditor

save project

parent f462ab4d
Showing with 13 additions and 0 deletions
import turtle
a=turtle.Pen()
for i in range(6):
for i in range(12):
a.forward(50)
a.right(30)
a.right(60)
for i in range(6):
for i in range(12):
a.forward(60)
a.right(30)
a.right(60)
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