Commit 87ba0ee6 by BellCodeEditor

auto save

parent 4b78ae44
Showing with 3 additions and 4 deletions
import turtle
pen=turtle.Pen()
for i in range(100):
pen.forward(300)
pen.forward(10)
pen.right(100)
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