Commit 0731c520 by BellCodeEditor

save project

parent 335e2197
Showing with 6 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.speed(11100)
colors=["red","green","orange","yellow"]
for i in range(99999):
pen.pencolor(colors[i%4])
......
l=1
o=1
for l in range(1,10):
print(l,"*",o,"=",(l*o),end=" ")
\ 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