Commit acd9dc77 by BellCodeEditor

save project

parent 1b128d23
Showing with 2 additions and 0 deletions
...@@ -18,5 +18,6 @@ print("bros is:", bros) ...@@ -18,5 +18,6 @@ print("bros is:", bros)
bros_sum=bro1 + bro2 + bro3 + ['颜良'] + bros 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])
#[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