📜  在 python 代码示例中解包元组

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

代码示例2
count, fruit, price = (2, 'apple', 3.5)