Commit 7b1c84f9 by BellCodeEditor

save project

parent 7d07a425
Showing with 3 additions and 1 deletions
...@@ -5,5 +5,6 @@ bros=["关羽","刘备","张飞"] ...@@ -5,5 +5,6 @@ bros=["关羽","刘备","张飞"]
print(bros) print(bros)
list=['ak47','m416','awm','amr'] list=['ak47','m416','awm','amr']
list.remove('awm') list.remove('awm')
list.extrnd('98k','m24') sb=['98k','m24']
list.extrnd(sb)
print(list) print(list)
\ 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