Commit 463de026 by BellCodeEditor

save project

parent 0227ab26
Showing with 4 additions and 10 deletions
import turtle j=3
pen=turtle.Pen() i=5
color=["pink","purple","green","blue"] print(j,'*','=',(j*i))
for i in range(1,300): \ No newline at end of file
pen.pencolor(color[i%4])
pen.forward(i)
pen.left(91)
pen.hidturtle()
turtle.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