Commit 4a3b009e by BellCodeEditor

save project

parent 4b6e89ba
Showing with 7 additions and 1 deletions
......@@ -2,5 +2,5 @@ bros=['袁术','关羽']
#bros.pop(1)
#bros.pop(-1)
bros.remove('关羽')
print(bros)
in
a=['华雄']
#a.insert(1,'关羽')
#a.append("关羽")
b=['颜良','文丑',"关羽"]
a.extend(b)
print(a)
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