Commit 50a582c8 by BellCodeEditor

save project

parent e369d5a5
Showing with 1 additions and 0 deletions
...@@ -15,6 +15,7 @@ bros[0]="关羽" ...@@ -15,6 +15,7 @@ bros[0]="关羽"
bros[1]="刘备" bros[1]="刘备"
print("bros is:", bros) print("bros is:", bros)
#[start]added by teacher #[start]added by teacher
print("length of bros = ",len(bros))
bros_sum=bro1 + bro2 + bro3 bros_sum=bro1 + bro2 + bro3
print("length of initial bros_sum = ",len(bros_sum)) print("length of initial bros_sum = ",len(bros_sum))
bros_sum=bros_sum + ['颜良'] + bros bros_sum=bros_sum + ['颜良'] + bros
......
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