Commit 757e8a57 by BellCodeEditor

save project

parent 4b82291c
Showing with 3 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
a=1 a=1
for i in range(1,100,2): colour=["red","yellow","blue","green"]
for i in range(1,100):
for i in range(4): for i in range(4):
pen.pencolour(colour=[i%4])
pen.forward(a) pen.forward(a)
pen.right(92) pen.right(92)
a+=2 a+=2
......
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