Commit c8e86f35 by BellCodeEditor

save project

parent f1717592
Showing with 4 additions and 8 deletions
import turtle for j in range(1,10):
pen=turtle.Pen() for i in range(1,10):
for i in range(5): print(j,"*",i,"=",(j*i),end=' ')
pen.forward(200) print()
pen.right(144)
pen.hidetule()
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