Commit d7c233a6 by BellCodeEditor

save project

parent 59c0f427
Showing with 6 additions and 5 deletions
......@@ -7,7 +7,7 @@ SB=1
pen.speed(9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
for i in range(99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999):
pen.forward(SB)
pen.right(120)
pen.right(91)
pen.pencolor(clours[SB%4])
SB+=1
pen.hideturtle()
......
i = 5
j = 3
for i in range(1,10):
print(i,"*",j,"=",(i*j),end=" ")
\ No newline at end of file
for j in range(1,i+1):
print(j,"*",i,"=",(i * j),end=" ")
print()
\ 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