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 |
Cerca
Categorie
- Information Technology
- Office Equipment and Supplies
- Cars and Trucks
- Persons
- Books and Authors
- Tutorials
- Art
- Causes
- Crafts
- Dance
- Drinks
- Film
- Fitness
- Food
- Giochi
- Gardening
- Health
- Home
- Literature
- Music
- Networking
- Altre informazioni
- Party
- Religion
- Shopping
- Sports
- Theater
- Wellness
Leggi tutto
North America Cafes and Bars Market Demand, Trends, Share Analysis 2033
Cafes and bars are places of hospitality that serve light fare and drinks in a relaxed, social...
Digitizing Trials: eCOA Market Expands in Middle East and Africa
"Executive Summary Middle East and Africa Electronic Clinical Outcome Assessment (eCOA)...
Global Molecular Oncology Market Trends and Forecast (2025–2030)
The global Molecular Oncology Market is poised for significant expansion, with a projected...
Next-Gen Communication Systems Propel Arbitrary Waveform Generator Market
"Executive Summary Arbitrary Waveform Generator Market :
The global arbitrary...
Bioprocessing Systems Market Flourishes Globally with Growth in Biopharmaceutical Production
"Executive Summary Bioprocessing Systems Market :
The bioprocessing systems...
© 2025 Omaada - A global social and professionals networking platform
Italiano
