Commit 6b75bfaa by BellCodeEditor

save project

parent 0f341682
Showing with 8 additions and 5 deletions
for m in range (1,10): bro1="关羽"
for g in range(1,m+1): bro2="刘备"
print(m,'x',g,'=',(m*g),end=" ") bro3="张飞"
print() bros=["刘备","关羽","张飞"]
\ No newline at end of file bros[0] = bro1
bros[1] = bro2
print(bros)
\ 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