Python 3.4 - Modulo
The modulo returns the remainder of division between two numbers. (x divided by y, x % y, 3 % 2) If the number dividing the first number is larger than it will return the first number.
https://www.youtube.com/watch?v=b5cb_nfDyyM
https://www.youtube.com/watch?v=b5cb_nfDyyM
Comments