Hello everyone,
I am currently working on the “Analyzing financial data with Python” skill path and am in the middle of the “Bank Teller” project.
On question 5, we are asked to create a function that will take care of depositing money into the proper account and output a string with the updated information. Then on question 6 we are asked to call the function with a few parameters. — The issue I am running into is that when I try calling the function on question 6, I am hit with a NameError that one of the parameters hasn’t been defined - If I am to understand this correctly, its as if jupyter notebook isnt even reading the function from question 5 on the cell in question 6?
I have uploaded the project to GitHub so that you can see the code and questions yourselves but any help here in finding a solution here would be super helpful!
I have already looked at the solutions notebook for this project and even copy/pasted all the code when I got sick of trying and it’s still not working out. Any idea what the issue might be???