-
Notifications
You must be signed in to change notification settings - Fork 20
Fehler in Aufgabe 101.2 #8
Copy link
Copy link
Open
Description
Hello,
thank you very much for this tutorial and for making it public! I like using it for my students when I teach courses with python.
One of my students found an error in task 2 of module 101. The name of the variable that is declared in the task is n. However in the following, a varibale with the name of y is checked (try: y). Naturally this gives a NameError because no variable y exists. After the try/except, the variable n is then checked again (so simply renaming the whole variable n does not work either.
I cloned this repository and corrected the error. Do you want to correct this very tiny and minor error yourself or do you want me to send you the corrected notebook?
Best
Kathinka
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels