Commit 1eb6bfea by BellCodeEditor

save project

parent dbc0bd9a
Showing with 2 additions and 5 deletions
from turtle import * from turtle import *
a=10 for i in range(1,300):
for i in range(300): forward(i)
forward(a)
right(91) right(91)
a=a+1
down() 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