Commit 5e7728cc by BellCodeEditor

save project

parent 5fd892c1
Showing with 9 additions and 0 deletions
goods={'可口可乐':3,'农夫山泉':1,'巴西烤肉':2}
goods.pop('农夫山泉')
print(goods)
students = ['悟空','小贝','八戒','波奇'] students = ['悟空','小贝','八戒','波奇']
students.pop(2) students.pop(2)
students.append('诺依') students.append('诺依')
......
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