python运算符-赋值运算符

 时间:2026-04-21 17:19:54

1、赋值运算符就是在算术运算符后面加了一个 等号

先做算术运算再赋值

2、>>> c = 1

>>> c = c + 1

>>> print(c)

2

3、上面的代码等价于

>>> c = 1

>>> c += 1

>>> print(c)

2

4、python中没有自增 自减运算符

也就是python中没有变量++ 、变量--

python运算符-赋值运算符

5、赋值运算符主要表现在赋值上

python运算符-赋值运算符

  • Python初学者的赋值运算符
  • Python赋值运算符
  • Python运算符
  • python基础之赋值运算符
  • Python中的运算符是什么
  • 热门搜索
    什么是全网通手机 大保健是什么意思 什么是二次供水 争先恐后的意思 牛黄安宫丸的功效与作用 万事顺遂是什么意思 引产是什么意思 pc是什么的缩写 崩漏是什么意思 mv是什么意思