Commit 5439d519 by BellCodeEditor

save project

parent 8d56ab3c
Showing with 4 additions and 1 deletions
...@@ -21,7 +21,10 @@ ...@@ -21,7 +21,10 @@
from turtle import * from turtle import *
a = 1 a = 1
speed(0) speed(0)
for i in range(0): bgcolor("black")
color=["red","yellow","blue","green"]
for i in range(300):
pencolor(color[i%4])
forward(a) forward(a)
a+=1 a+=1
left(91) left(91)
......
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