I have submitted the lab after completion but the score is not updating showing 0
when i chick show grader output it show Cell #9. Can't compile the student's code. Error: SyntaxError('invalid syntax', ('/tmp/student_solution_cells/cell_9.py', 11, 2, '**Expected Output**:\n'))
1 Like
Hi @Soumyodeep,
I’ll suggest you go over the assignment again and make sure all the unit tests pass before you submit.
From the error, it looks like you have a syntax error somewhere in the notebook.
1 Like
Thanks I did that and it’s clear now
And thank you for reaching out to me
2 Likes
This means there is an error in your notebook.
I agree with @lukmanaj recommendation.
1 Like