Commit 4bf1e976 by BellCodeEditor

save project

parent ccc69843
Showing with 3 additions and 0 deletions
......@@ -14,6 +14,9 @@ print(list)
#list.remove(list1)
list.remove(['樱桃', '菠萝'])
print(list)
list.insert(-1,list1)
list.insert(0,['樱桃', '菠萝'])
print(list)
list.pop(-1)
list.pop(-1)
print(list)
......
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