Commit 8968029f by BellCodeEditor

auto save

parent 61e32abb
Showing with 2 additions and 9 deletions
import turtle
pen = turtle.Pen()
for i in range(300):
pen.forward(i)
i+=1
pen.right(91)
turtle.done()
pen.hideturtle()
\ No newline at end of file
students
\ 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