You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will not output the ZeroDivisionError (as printed in the original notebook). Using the existing line code will provide a reasonable numerical answer (check images).
The text was updated successfully, but these errors were encountered:
anvsilva
changed the title
SLU08 learning notebook typo at cell code
Typo: Week 04/SLU08 learning notebook typo at cell code
Apr 28, 2021
Correct code line at the 5th cell code to:
lots_of_args(12, 23, 100, 10, 0)
The existing code
lots_of_args(12, 23, 100, 0, 10)
will not output the ZeroDivisionError (as printed in the original notebook). Using the existing line code will provide a reasonable numerical answer (check images).
The text was updated successfully, but these errors were encountered: