Commit 6cdeb33f by BellCodeEditor

save project

parent 53a47fdc
Showing with 3 additions and 12 deletions
import turtle
pen=turtle.Pen()
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()
i=6
z=9
print(i,"*",z,(i*z))
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