Home
/
Python 3.11
/
Operators
/
rshift
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
rshift
Python 3.11
Return a shifted right by b.
Syntax
PYTHON
Copy
operator.rshift(a, b)