17.0 int or float code example Example: python after division print only number and not float #normal division 5 / 4 #1.25 #integer division 5 // 4 #1