Commit 14ad2fca by BellCodeEditor

save project

parent 457dbee9
Showing with 2 additions and 0 deletions
...@@ -13,4 +13,5 @@ bros[1]="刘备" ...@@ -13,4 +13,5 @@ bros[1]="刘备"
print(bros) print(bros)
#added by teacher #added by teacher
bros_sum=bro1 + bro2 + bro3 + ['颜良'] bros_sum=bro1 + bro2 + bro3 + ['颜良']
bros_sum.extend(['吕布','赵云'])
print(bros_sum) print(bros_sum)
\ 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