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 |
Buscar
Categorías
- Information Technology
- Office Equipment and Supplies
- Cars and Trucks
- Persons
- Books and Authors
- Tutorials
- Art
- Causes
- Crafts
- Dance
- Drinks
- Film
- Fitness
- Food
- Juegos
- Gardening
- Health
- Home
- Literature
- Music
- Networking
- Other
- Party
- Religion
- Shopping
- Sports
- Theater
- Wellness
Read More
バニリンアセテート調査レポート:市場規模、産業分析、最新動向、予測2025-2031
2025年7月7日に、QYResearch株式会社(所在地:東京都中央区)は、「バニリンアセテート―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」の調査資料を発行し...
閉鎖空間ガス検出の世界市場レポート2025-2031
閉鎖空間ガス検出とは、タンク、下水道、トンネル、反応容器、船倉など、空気の流通が制限された閉鎖空間内において、有害ガスや酸素濃度の異常をリアルタイムで検知するためのシステムを指す。このシステムは...
Smart Construction Revolution: Global Self-Healing Concrete Market to Accelerate
"Executive Summary Self-Healing Concrete Market :
CAGR Value
Data Bridge Market...
Bismillah in Arabic Calligraphy for Spiritual & Artistic Beauty
The phrase "Bismillah" (بِسْمِ ٱللَّٰهِ) holds a special place in the hearts of Muslims across...
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
Spanish
