Commit 2bb1bb50 by BellCodeEditor

save project

parent 675e6424
Showing with 2 additions and 0 deletions
from turtle import * from turtle import *
dist=1 dist=1
color=["red","orange","pink","green"]
for i in range(1,300,2): for i in range(1,300,2):
pencolor(color[i%4])
forward(i) forward(i)
right(91) right(91)
dist+=1 dist+=1
......
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