Commit c8e86f35 by BellCodeEditor

save project

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