Commit 676d321a by BellCodeEditor

save project

parent 9dc6dc8e
Showing with 4 additions and 12 deletions
import turtle
pen=turtle.Pen()
a=1
colour=["red","yellow","blue","green"]
for i in range(1,100):
for i in range(4):
pen.pencolor(colour[i%4])
pen.forward(a)
pen.right(92)
a+=2
pen.done()
\ No newline at end of file
j=7
for i in range(1,10):
print(i,"*",j,"=",i*j)
\ 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