Commit 22687394 by BellCodeEditor

save project

parent 60c05e75
Showing with 4 additions and 10 deletions
import turtle i = 5
eee=["red","yellow","orange","green"] j = 3
screen=turtle.Screen() print(i,"*",j,"=",j*i)
screen.bgcolor("black") \ No newline at end of file
for i in range(1,200):
turtle.speed(999)
turtle.pencolor(eee[i%4])
turtle.forward(i)
turtle.right(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