1. 程式人生 > >python之運算符

python之運算符

類型 python運算符 算術運算 成員 邏輯運算符 col 位運算符 bubuko 簡單介紹

Python語言支持以下類型的運算符:
1.算術運算符
2.比較(關系)運算符
3.賦值運算符
4.邏輯運算符
5.位運算符
6.成員運算符
7.身份運算符
8.運算符優先級

簡單介紹一下

python的算術運算符

技術分享圖片

python的比較運算符

技術分享圖片

python的賦值運算符

技術分享圖片

python的位運算符

技術分享圖片

Python邏輯運算符

技術分享圖片

Python成員運算符

技術分享圖片

Python身份運算符

技術分享圖片

Python運算符優先級

技術分享圖片

python之運算符