I have part of code that divide two numbers in python,
22313.6/0.8
i expect that result of this code be a integer number but python return of a float number and this result s wrong. the correct result is 27892.Do you have point about this, why? please guide me for solve on .