python-tutorial
python-tutorial copied to clipboard
Errors found in the `basic_datatypes` notebook
- [ ] Add
import math
insolution_circle_area()
in basic_datatypes and explain thatpi
is defined there - [ ] It is not clear that quadratic equation expects two results
- [ ]
solution_number_is_lower_than_0_or_greater_than_100
in the test we check for>=
- [ ] in comparison operators, explain the difference of
==
andisequal
with the float number problem and how is it repsresented in bits