Commit 2cec5325 by BellCodeEditor

save project

parent 22914cb8
Showing with 8 additions and 5 deletions
for i in range(1,10): # 行 import turtle()
for j in range(1,i+1): # 列 turtle.Pen()
print(j,'*',i,'=',(i*j),end=(" ")) for i in range(300):
print() pen.right(91)
\ No newline at end of file pen.foward(i)
turtle.down()
\ 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