We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178efb4 commit ba57e98Copy full SHA for ba57e98
Notes/01_Introduction/03_Numbers.md
@@ -84,7 +84,7 @@ Be aware that floating point numbers are inexact when representing decimals.
84
85
```python
86
>>> a = 2.1 + 4.2
87
->>> a === 6.3
+>>> a == 6.3
88
False
89
>>> a
90
6.300000000000001
0 commit comments