Commit 6cdeb33f by BellCodeEditor

save project

parent 53a47fdc
Showing with 3 additions and 12 deletions
import turtle i=6
z=9
pen=turtle.Pen() print(i,"*",z,(i*z))
screen=turtle.Screen()
coiors=["green","red","onange","yellow"]
for i in range(1,300):
pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(91)
turtle.hideturtle()
pen.hideturtle()
turtle.done()
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