Commit 676d321a by BellCodeEditor

save project

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