Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python mod function

#the modulus operator is % in Python
5 % 3
#returns remainder: 2
 
PREVIOUS NEXT
Tagged: #python #mod #function
ADD COMMENT
Topic
Name
6+7 =