Commit e0165dac by BellCodeEditor

save project

parent ebf82567
Showing with 6 additions and 1 deletions
......@@ -4,8 +4,12 @@
"""
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
etfwy=["red","yellow","blue","green"]
pen.speed(0)
for i in range(1200):
for i in range(1000):
pen.forward(i)
pen.pencolor(etfwy[i%4])
pen.left(91)
turtle.done()
\ 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