Commit a979abaa by BellCodeEditor

save project

parent 2bd764ab
Showing with 7 additions and 4 deletions
...@@ -10,10 +10,13 @@ for i in range(len(bros)): ...@@ -10,10 +10,13 @@ for i in range(len(bros)):
a = ['华雄'] a = ['华雄']
b = ['袁术','夏侯惇','曹操','关羽'] b = ['袁术','夏侯惇','曹操','关羽']
c = ['颜良','文丑']
b.pop(3) b.pop(3)
b.pop(-1) a.append("关羽")
b.remove('关羽') a.insent(2,"关羽")
print(b) a.estend(c)
\ No newline at end of file
print(a)
\ 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