Operators in Python
Veröffentlicht 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 |
Suche
Kategorien
- Information Technology
- Office Equipment and Supplies
- Cars and Trucks
- Persons
- Books and Authors
- Tutorials
- Art
- Causes
- Crafts
- Dance
- Drinks
- Film
- Fitness
- Food
- Spiele
- Gardening
- Health
- Startseite
- Literature
- Music
- Networking
- Andere
- Party
- Religion
- Shopping
- Sports
- Theater
- Wellness
Mehr lesen
How Best Plastic Surgeons in dubai Personalize Botox Treatments
Botox is no longer a one-size-fits-all procedure. The Best Plastic Surgeons in dubai have...
世界の植物タンパク質加水分解物市場規模2025-2031:競合状況、需要分析、成長予測
2025年7月7日に、QYResearch株式会社(所在地:東京都中央区)は、「植物タンパク質加水分解物―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」の調査資料を...
Oncology Nutrition Market Industry Statistics: Growth, Share, Value, and Scope
"Executive Summary Oncology Nutrition Market :
Data Bridge Market Research analyses...
Industrial Safety Market Scope: Growth, Share, Value, Insights, and Trends
"Executive Summary Industrial Safety Market :
Industrial safety market will reach...
Naloxone Spray Market Growth and Forecast Analysis 2034
Global Naloxone Spray Market: Industry Trends, Share, Size, Growth, Opportunity and Forecast...
© 2025 Omaada - A global social and professionals networking platform
Deutsch
