0
Why python always output float value on division???
4 Answers
+ 7
use
//
5//2 gives you dead 2 without floats
// is called floor division
+ 2
oh so we can use // for exact value thxx mann !!!đđ
+ 2
You have to import floor division from the maths module
0
thxx i got it now đ