Home
/
Python 3.11
/
Decimal
/
divmod
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Decimal
divmod
Python 3.11
Divides two numbers and returns the integer part of the result.
Syntax
PYTHON
Copy
divmod(x, y)