每个开发人员需要掌握的Python 中变量的 7 个知识点 y, z = 10, 20, 30 # Here x is assigned with 10, y is assigned with 20 and z is assigned with 30.print(x,y,z)# O/t- 10,20,30 常量 python 变量 function 赋值运算符 2025-03-31 03:06 3