Commit ee5f6caf by BellCodeEditor

auto save

parent fdfcdac2
Showing with 11 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.fillcolor("black")
pen.begin_fill()
for i in range(400):
pen.forward(0.5)
pen.right(1)
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