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