In this video we briefly talk about integer division and the specific // operator introduced in Python 3. Be very cautious of integer division if programming in a language like Java as 10/3 will automatically perform integer division and this can cause logic errors (rounding problems)