Commit 2ac932c3 by BellCodeEditor

save project

parent 55c61516
Showing with 4 additions and 0 deletions
...@@ -3,3 +3,6 @@ ...@@ -3,3 +3,6 @@
# 从前啊,有三个bro,分别是:刘备、关羽、张飞... # 从前啊,有三个bro,分别是:刘备、关羽、张飞...
bros=["关羽","刘备","张飞"] bros=["关羽","刘备","张飞"]
print(bros) print(bros)
list=['ak47','m416','awm','amr']
list.remove('awm')
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