📌  相关文章
📜  而不是: firstName = "John" lastName = "Henry" city = "Manchester" - Python 代码示例

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

代码示例1
firstName, lastName, city = "John", "Henry", "Manchester"