integer division, operator // in python 3: code example Example: integer division python #normal division 5 / 4 #1.25 #integer division 5 // 4 #1