We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a = 0.1 + 0.2 print(a == float('0.3'))
Output: False
False
Tag: #float/operation/compare