Operators in Python
Posted 2022-10-10 23:56:49
0
43
Python Arithmetic Operators
Operator | Name | Example |
---|---|---|
+ | Addition | x + y |
- | Subtraction | x - y |
* | Multiplication | x * y |
/ | Division | x / y |
% | Modulus | x % y |
** | Exponentiation | x ** y |
// | Floor division | x // y |
Python Assignment Operators
Operator | Example | Same As |
---|---|---|
= | x = 5 | x = 5 |
+= | x += 5 | x = x + 5 |
-= | x -= 5 | x = x - 5 |
*= | x *= 5 | x = x * 5 |
/= | x /= 5 | x = x / 5 |
%= | x %= 5 | x = x % 5 |
//= | x //= 5 | x = x // 5 |
**= | x **= 5 | x = x ** 5 |
&= | x &= 5 | x = x & 5 |
|= | x |= 5 | x = x | 5 |
^= | x ^= 5 | x = x ^ 5 |
>>= | x >>= 5 | x = x >> 5 |
<<= | x <<= 5 | x = x << 5 |
Python Comparison Operators
Operator | Name | Example |
---|---|---|
== | Equal | x == y |
!= | Not equal | x != y |
> | Greater than | x > y |
< | Less than | x < y |
>= | Greater than or equal to | x >= y |
<= | Less than or equal to | x <= y |
Căutare
Categorii
- Information Technology
- Office Equipment and Supplies
- Cars and Trucks
- Persons
- Books and Authors
- Tutorials
- Art
- Causes
- Crafts
- Dance
- Drinks
- Film
- Fitness
- Food
- Jocuri
- Gardening
- Health
- Home
- Literature
- Music
- Networking
- Alte
- Party
- Religion
- Shopping
- Sports
- Theater
- Wellness
Citeste mai mult
フィールド自動圧力校正器市場、2025年に728百万米ドル、2031年に1241百万米ドル到達へ
2025年6月16日に、QYResearch株式会社は「フィールド自動圧力校正器―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」の調査レポートを発表しました。本報告...
Glass & Mirror Shop near me
Auto Glass Repair & Replacement near Me – Mid Cities Auto Glass Addison, TX
Looking for...
Frozen Vegetables Market Target Audience, Demand Pool, Region and Territory
"Executive Summary Frozen Vegetables Market :
CAGR Value
The global frozen vegetables...
集中型火災警報システムの世界市場規模:最新トレンド、成長要因、今後動向2025-2031
QYResearch株式会社(所在地:東京都中央区)は、最新の調査資料「集中型火災警報システム―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」を2025年7月15日...
How Aromatherapy Massage Enhances Breath Awareness and Stillness
Aromatherapy massage is a therapeutic practice that integrates the healing power of touch with...
© 2025 Omaada - A global social and professionals networking platform
Romaian
