📜  在字典python代码示例中打印特定键

📅  最后修改于: 2022-03-11 14:47:15.788000             🧑  作者: Mango

代码示例2
>>> print(fruit.get('cherry', 99))
99