hello i am having issues with the submissions for both module 3 and 4.
I got all tests passed for all questions but am getting zero for the submission.
Module 1 and 2 works fine.
May I know if anyone knows what is happending?
Thank you
Amos
Perhaps this thread will be helpful.
I found it via a forum search for “get_top_candies”.
Hi @Amos_Wang ,
get_top_candies() is a function defined in the file ex4_helper_functions which is imported in the previous code cell. Because that important statement only brings in the module name, therefore when calling this function, you need to specify the module where it is defined, followed by a dot and the function name.
Please rerun the code from start after editing. From the menu bar at the top of your notebook:
Kernel ->restart & clear output
Cell → run all
Checking there is no error, then, save your work before submitting to grader.