python 变量 - 单行上的2个变量

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 变量 - 单行上的2个变量相关的知识,希望对你有一定的参考价值。

variable = little boxes that store stuff

"You can assign two variables on a single line" #example below:

  savings = 514.86
  salary = 320.51
    or 
  savings, salary = 514.86, 320.51

#best used for two closely related variables like (width and height, x and y coordinates)

以上是关于python 变量 - 单行上的2个变量的主要内容,如果未能解决你的问题,请参考以下文章

常量注释变量堆栈数据类型

python基础

掌握这9个单行代码技巧!你也能写出『高端』Python代码 ⛵

python计算长方形面积 青少年编程电子学会python编程等级考试一级真题解析2021-3

python 变量,输入,输出

注释与变量