This is Ayush. I need help on Module 3 of AI Python for Beginners. I am taking this course on Coursera and I am new to Jupyter notebook setup.
I have finished the 5 exercises on Module 3 but I am getting no grades due to a syntax error. Can you some please help. Please let me know what details you need from my end to troubleshoot this syntax error.
You always should be working in the file with the default name. In this case, it is `C1M3_Assignment.ipynb`.
The thing is, when you press the “submit“ button, it sends the file with the default name for grading. Which in this case is, `C1M3_Assignment.ipynb`. So even if your implementation is correct, as long as it is in some other file, it will not be submitted for grading.
I’d recommend to either copy/paste your implementations into the default filename, or rename your notebook to the default name, and then submit.