30-Days-Of-Python
30-Days-Of-Python copied to clipboard
Update 15_python_type_errors.md
Change the statement where PI is refered to as a function instead of constant.
As per python docs (https://docs.python.org/3/library/math.html), math.pi is a constant, not a function. So, it should be corrected.