python运算符

python运算符:

1.算数运算符:+、-、*、/、%、//、**
2.赋值运算符: =、+=、-=、*= 、/=、**=、//=
3.比较运算符: >、<、= 、>= 、<=、== 、!=
4.逻辑运算符:and 、 or 、not
5.成员运算符:in 、 not in
6.身份运算符:is 、is not(对象)
7.位运算符

 

posted @ 2018-04-21 10:26  奎哥python  阅读(168)  评论(0)    收藏  举报