Commit 20ea916e by BellCodeEditor

save project

parent 1c5e5ba7
Showing with 4 additions and 4 deletions
x = 1 # 行 x = 1 # 行
y = 1 # 列 y = 1 # 列
i = 9 for x in range(1,10):
for y in range(1,10): for y in range(1,x+1):
print(y,'*',x,'=',(x*y),end=" ") print(y,'*',x,'=',(x*y),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