integer 1 divided by integer 2 python code example Example: integer division python #normal division 5 / 4 #1.25 #integer division 5 // 4 #1