Commit 3e384057 by BellCodeEditor

save project

parent acd9dc77
Showing with 2 additions and 0 deletions
...@@ -19,5 +19,6 @@ bros_sum=bro1 + bro2 + bro3 + ['颜良'] + bros ...@@ -19,5 +19,6 @@ bros_sum=bro1 + bro2 + bro3 + ['颜良'] + bros
bros_sum.extend(['吕布','赵云']) bros_sum.extend(['吕布','赵云'])
print("part of bros_sum is:", bros_sum[-3:]) print("part of bros_sum is:", bros_sum[-3:])
print(bros_sum[13][1]) print(bros_sum[13][1])
print(bros_sum[13][-2])
#[end]added by teacher #[end]added by teacher
print("bros_sum is:", bros_sum) print("bros_sum is:", 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