Commit bd18a99a by BellCodeEditor

save project

parent 130b0898
Showing with 1 additions and 1 deletions
......@@ -21,7 +21,7 @@ b.pop(3)
b.pop(-1)
a.append('关羽')
a.insert()('关羽')
a.insert(1,'关羽')
a
a.extend('颜良','文丑')
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