Commit 2ac932c3 by BellCodeEditor

save project

parent 55c61516
Showing with 5 additions and 2 deletions
......@@ -2,4 +2,7 @@
# 来,我给你起个头~
# 从前啊,有三个bro,分别是:刘备、关羽、张飞...
bros=["关羽","刘备","张飞"]
print(bros)
\ No newline at end of file
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