30-Days-Of-Python
30-Days-Of-Python copied to clipboard
Update 03_operators.md
Removed part of question 9 to find Euclidean distance as this requires the use of sqrt() from the math module which isn't discussed until later in the course