Python Division: Integer Division and Float Division
In this post, you’ll learn Python division, the different ways in which division works in Python 3, as well as some of its unexpected quirks. You’ll learn how to use both integer and floor division in Python, as well as how to interpret some of its less expected results.