About this document
Python Assignment & Bitwise Operators by Nihanth Munna is a document available to read on EtoBox.
The document discusses assignment operators and bitwise operators in Python. It explains that assignment operators assign values from the right side operand to the left side variable. Some common assignment operators include =, +=, -=, *=, /=, **=, %=, and //=. It then discusses bitwise operators like << (left shift), >> (right shift), & (AND), | (OR), ~ (NOT), and ^ (XOR) which operate on operands bit by bit. It provides examples of using these operators and printing the results of bitwise operations when
- Author
- Nihanth Munna
- Language
- EN