码迷,mamicode.com
首页 > 编程语言 > 详细

Python运算符优先级

时间:2019-07-05 09:14:20      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:pad   str   成员运算符   ble   运算符优先级   cells   and   ==   cin   

以下表格列出了从最高到最低优先级的所有运算符:

运算符

描述

**

指数 (最高优先级)

~ + -

按位翻转, 一元加号和减号 (最后两个的方法名为 +@ 和 -@)

* / % //

乘,除,取模和取整除

+ -

加法减法

>> <<

右移,左移运算符

&

位 ‘AND‘

^ |

位运算符

<= < > >=

比较运算符

<> == !=

等于运算符

= %= /= //= -= += *= **=

赋值运算符

is is not

身份运算符

in not in

成员运算符

not or and

逻辑运算符

Python运算符优先级

标签:pad   str   成员运算符   ble   运算符优先级   cells   and   ==   cin   

原文地址:https://www.cnblogs.com/niezhongle/p/11136216.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!