diff --git a/Notes/01_Introduction/03_Numbers.md b/Notes/01_Introduction/03_Numbers.md index fae6d4c..a8c7c24 100644 --- a/Notes/01_Introduction/03_Numbers.md +++ b/Notes/01_Introduction/03_Numbers.md @@ -84,7 +84,7 @@ Be aware that floating point numbers are inexact when representing decimals. ```python >>> a = 2.1 + 4.2 ->>> a === 6.3 +>>> a == 6.3 False >>> a 6.300000000000001