Commit dbc0bd9a by BellCodeEditor

save project

parent 48dddf96
Showing with 5 additions and 4 deletions
from turtle import *
a=1
a=10
for i in range(300):
format(a)
forward(a)
right(91)
a=a+10
\ No newline at end of file
a=a+1
down()
\ 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