Commit dbc0bd9a by BellCodeEditor

save project

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