Commit dedd5a26 by BellCodeEditor

save project

parent 9be06522
Showing with 3 additions and 1 deletions
...@@ -11,7 +11,8 @@ bro3=['张飞',166,8.3] ...@@ -11,7 +11,8 @@ bro3=['张飞',166,8.3]
bros[0]="关羽" bros[0]="关羽"
bros[1]="刘备" bros[1]="刘备"
print(bros) print(bros)
#added by teacher #[start]added by teacher
bros_sum=bro1 + bro2 + bro3 + ['颜良'] bros_sum=bro1 + bro2 + bro3 + ['颜良']
bros_sum.extend(['吕布','赵云']) bros_sum.extend(['吕布','赵云'])
#[end]added by teacher
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