Skip to content
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

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

Open
anvsilva opened this issue Apr 28, 2021 · 0 comments
Open

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

anvsilva opened this issue Apr 28, 2021 · 0 comments
Assignees

Comments

@anvsilva
Copy link

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

SLU08_typo_cell_positionals
SLU08_typo_cell_positionals_original

@anvsilva anvsilva changed the title SLU08 learning notebook typo at cell code Typo: Week 04/SLU08 learning notebook typo at cell code Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants