Home
/
Python 3.11
/
Operators
/
ior
Python 3.0
Python 3.9
Python 3.11
Fungsi
ID
EN
…
Operators
ior
Python 3.11
🇮🇩 Bahasa Indonesia
a = ior(a, b) setara dengan a |= b.
Syntax
PYTHON
Copy
operator.ior(a, b)