想要删除gift字典中的键值对'糖果':10,可以使用的代码是?
gift.pop ('糖果':10)
gift.pop('糖果')
gift.remove ('糖果':10)
gift.remove ('糖果')