Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

what does % do in python

#  % returns the remainder 
12 % 2 #this will return 0
11 % 2 #this will return 1
Source by getridbug.com #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
6+2 =