Commit 6ed3e5f0 by BellCodeEditor

save project

parent c7171a4f
Showing with 5 additions and 0 deletions
......@@ -2,4 +2,8 @@ b=['袁术','夏侯惇','曹操','关羽']
b.pop(1)
b.pop(-2)
b.remove('关羽')
b.insert(1,'22222')
b.append('操')
AA=['44','55']
b.extend(AA)
print(b)
\ 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