Commit 9e4eddd3 by BellCodeEditor

save project

parent 10347b55
Showing with 2 additions and 1 deletions
......@@ -17,7 +17,7 @@ c=['文丑','颜良']
b.pop(3)
b.pop(-1)
print(b)
a.insent(1,"关羽")
a.insert(1,"关羽")
a.append("关羽")
a.extend(c)
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