I have submitted my lab for week3 - all tests are passed and the code is running on my machine however when I submit I get 0% and messageell #UNQ_C2. Can’t compile the student’s code.
Hi @burke_joey,
Please ensure that you have not removed any pre-written code and have written your code only in the specified areas (between the comments YOUR CODE HERE
).
Hi,
I believe I have done that already. Can’t say anymore without posting code
Did you downlosd the notebook to some other platform, then upload it back to Coursera for grading? That causes problems.
No I only worked within the notebook
The most usual issue with such submission failure is the way you must have implemented your codes.
Check if your codes are not hard-coded and follows instructions as per given in the assignment.
You can verify your codes implementation by referring the hint sections given below the grade cell.
Implementation error states your codes might be correct and yet they are not as per the auto-grader requirement.
Hope this helps!!! in case you still not able to understand, then share the codes in personal DM
Regards
DP
I have sent a DM
Hi @burke_joey
The reason you failed UNQC2 because the way you implemented
THERE IS INDENTATION ERROR
Compare the two images
The incorrect indentation done by you
BUT YOU NEEDED TO WRITE CODE IMMEDIATELY BELOW y hat
Regards
DP