Module 3 Programming Assignment: Pluto's Poetic Journey

Hi Team,

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.

Thanks,

Ayush

Hi @ayushkanaujia,

Are you working in the default notebook? Did you create a copy of the notebook to work in?

Best,
Mubsi

1 Like

Hi @ayushkanaujia,

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.

Best,
Mubsi

1 Like

I have changed the name of the file to the default name and I am still facing the same issue in grading.

Please do let me know if you need anything from me to resolve this issue.

Thanks,

Ayush

1 Like

Dear @ayushkanaujia,

Reset your lab.


Keep Learning AI with DeepLearning.AI - Girijesh

Ayush was not properly following the exercise instructions, instead was trying to implement the solution in an unexpected way.

Implementing the solution as per the instructions fixed the issue he was encountering.

1 Like