LDSSA / ds-prep-course-2021

MIT License
34 stars 21 forks source link

Typo: Week 04/SLU08 learning notebook typo at cell code #76

Open anvsilva opened 3 years ago

anvsilva commented 3 years ago

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).

SLU08_typo_cell_positionals SLU08_typo_cell_positionals_original