30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

Update 15_python_type_errors.md

Open DenishKakadiya opened this issue 1 year ago • 0 comments

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.

DenishKakadiya avatar Oct 10 '24 07:10 DenishKakadiya