Commit 7631424c by BellCodeEditor

save project

parent 58f72d21
Showing with 5 additions and 5 deletions
for i in range(1,10): bro = ['刘备','关羽','张飞']
for j in range(1,10): bro[0] = '关羽'
print(i , '*' , j , '=',i*j,eng = '') bro[1] = '刘备'
print() print(bro)
\ No newline at end of file \ 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