Commit 2d414ed3 by BellCodeEditor

save project

parent 3ce31792
Showing with 17 additions and 0 deletions
j
\ No newline at end of file
j=1
i=1
#print(j,"x",i,"=",j*i)
for j in range(1,10):
print(j,"x",i,"=",j*i,end=" ")
import turtle
pen=turtle.Pen()
color=["green","red","orange","yellow"]
for i in range(1,300):
pen.pencolor(color[1%4])
pen.forward(i)
pen.right(91)
pen.hideturtle()
tuple.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