print 0.3== 0.1+0.2
It will print False.
I am learning python now. So got the quick doubt on this.As per my knowledge it should print True.
print 0.3== 0.1+0.2
It will print False.
I am learning python now. So got the quick doubt on this.As per my knowledge it should print True.