Commit 3610bf9c by BellCodeEditor

save project

parent ffdd9e91
Showing with 2 additions and 1 deletions
......@@ -27,6 +27,6 @@ bros_sum.extend(bros)
print("length of bros_sum after extend = ",len(bros_sum))
print("part of bros_sum is:", bros_sum[-3:])
print(bros_sum[10][1])
print(bros_sum[10][-2])
print(bros_sum[10][-1][1])
#[end]added by teacher
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