Commit aad02499 by BellCodeEditor

save project

parent d5e0ec41
Showing with 7 additions and 0 deletions
...@@ -14,3 +14,9 @@ print(bros) ...@@ -14,3 +14,9 @@ print(bros)
bros.pop(1) bros.pop(1)
bros.pop(-2) bros.pop(-2)
b.remove("关羽") b.remove("关羽")
a=['华雄']
c=['张良','文丑']
a.extend()(c)
print(a)
a.insert(1,"张飞")
a.append("张飞")
\ 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