0
>>>7>7.0
why is that false.the python has to convert the integers into float right
1 Réponse
+ 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