Commit e9d42b17 by BellCodeEditor

auto save

parent 9a3c940e
Showing with 3 additions and 4 deletions
for i in range(1,10): # 行 bros=["刘备","关羽","张飞"]
for j in range(1,i+1): # 列 bros[0]="关羽"
print(i,'*',j,'=',(i*j),end=(" ")) bros[1]="刘备"
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