Friday, August 30, 2013

The Remainder of a division in Python

Did you know that there is an operator in Python to find the remainder of a division? How awesome is that?!? It is the greatest idea that someone have ever had!!!

So if you want to know the remainder of a division you just write the dividend and the divisor and use the symbol (%) between them et... voilá!!!!!!!! The result is the remainder of the division of those numbers :) :)


No comments: