Commit b7e659e0 by BellCodeEditor

auto save

parent b5da1918
Showing with 4 additions and 4 deletions
import turtle import turtle
t= turtle t= turtle
for i in range(1,300): for i in range(300):
t.forward t.forward
t.left(9,1) t.right(91)
t.hideturtle t.hideturtle()
\ No newline at end of file \ 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