-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors found in the basic_datatypes
notebook
#232
Comments
in the |
In the exercise |
|
For the record: it takes roughly 3 hours to finish the basic datatypes section, so we might want to give students a bit more time for the next tutorial. |
From #233: In the basic datatypes notebook, trying to convert a complex number to float raises a TypeError as expected. However, it doesn't print the error to the console unless it is surrounded by a try...except statement. |
import math
insolution_circle_area()
in basic_datatypes and explain thatpi
is defined theresolution_number_is_lower_than_0_or_greater_than_100
in the test we check for>=
==
andisequal
with the float number problem and how is it repsresented in bitsThe text was updated successfully, but these errors were encountered: