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

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram