Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to modulus in python

# let say "a" is our varable then,
# and that is a is 25
a % 10
# then this returns 5 because % gets the remainder of a / 10
 
PREVIOUS NEXT
Tagged: #modulus #python
ADD COMMENT
Topic
Name
8+9 =