Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 22:45:29) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>> 1.1+1.2==2.3
True
>>> 1.1+1.3==2.4
False
>>>
Is er een verklaring voor bovenstaande?
Type "help", "copyright", "credits" or "license()" for more information.
>>> 1.1+1.2==2.3
True
>>> 1.1+1.3==2.4
False
>>>
Is er een verklaring voor bovenstaande?