Commit bc065c4e by BellCodeEditor

save project

parent 26db61bc
Showing with 2 additions and 2 deletions
...@@ -3,8 +3,8 @@ brys.pop(3) ...@@ -3,8 +3,8 @@ brys.pop(3)
brys.remove("董卓") brys.remove("董卓")
a=["颜良","文丑"] a=["颜良","文丑"]
brys.insert(5,"张良") brys.insert(5,"张良")
brys.appent("华雄") brys.append("华雄")
brys.extend(a)
print(brys) print(brys)
......
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