diff --git a/Notes/01_Introduction/03_Numbers.md b/Notes/01_Introduction/03_Numbers.md index 1627bd4e4..c6d85c112 100644 --- a/Notes/01_Introduction/03_Numbers.md +++ b/Notes/01_Introduction/03_Numbers.md @@ -106,9 +106,12 @@ x ** y Power abs(x) Absolute Value ``` + These are the same operators as Integers, except for the bit-wise operators. + Additional math functions are found in the `math` module. + ```python import math a = math.sqrt(x) diff --git a/Work/myNotes.txt b/Work/myNotes.txt new file mode 100644 index 000000000..e69de29bb