+ 1

How can I convert a float into int? Is it possible?

4th Aug 2016, 12:40 PM
Kelvin K
1 Odpowiedź
+ 2
what you can do is extract the int value from a float value just like that >>>int(9.5) 9
5th Aug 2016, 1:43 PM
Slimani Mohammed
Slimani Mohammed - avatar