>>> 23/4 # get integer quotient 
5 
>>> 23%4 # get the remainder 
3 
>>>


Figure 9