Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to calculate division with remainder in python

Modulo Operator (Python)
x % y

Example: 9 % 2 
9 ÷ 2 = 4 R 1
9 % 2 = 1
 
PREVIOUS NEXT
Tagged: #calculate #division #remainder #python
ADD COMMENT
Topic
Name
2+6 =