Commit 9509bd4b by BellCodeEditor

save project

parent b32898d2
Showing with 6 additions and 6 deletions
import turtle import turtle
pen=turtle.pen() pen=turtle.Pen()
pen.shape("turle") pen.shape("turtle")
for i in
for i in range(36):
pen.forward(200)
pen.right(170)
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