Commit 41a3eda3 by BellCodeEditor

save project

parent 7b1c84f9
Showing with 2 additions and 1 deletions
......@@ -6,5 +6,5 @@ print(bros)
list=['ak47','m416','awm','amr']
list.remove('awm')
sb=['98k','m24']
list.extrnd(sb)
list.extend(sb)
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