0
>>>7>7.0
why is that false.the python has to convert the integers into float right
1 Answer
+ 1
Itâs false because any number is never greater than itself.
For example:
5 > 5 # false
8 > 8 # false
why is that false.the python has to convert the integers into float right