Home
/
Python 3.11
/
Operators
/
and_
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
and_
Python 3.11
Return the bitwise and of a and b.
Syntax
PYTHON
Copy
operator.and_(a, b)