Commit 4a7ef80d by BellCodeEditor

save project

parent f5609cd6
Showing with 7 additions and 2 deletions
i = 5
j = 3
print(i,"x",j)
\ No newline at end of file
......@@ -4,9 +4,9 @@ pen = turtle.Pen()
screen = turtle.Screen()
screen.bgcolor("black")
colors=["red","yellow","green","orange"]
for i in range(5,300):
for i in range(5,30000):
pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(3)
pen.right(179)
pen.hideturtle()
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