— Can anyone explain me why 0.1+0.2-0.3 does not equals 0
— Which json parser & validator offline program do you recommend me to use?
— That's how computer works. it's not fault of python
— Because they are not exactly 0.1 and 0.2 etc....
— The computer reads it as 0.1000000000000000001 for example
— Mind inputing brackets i.e (0.1+0.2)-0.3 to see if it works
— To make it work you have to round the numbers
— You must never compare equality with float number