Hello,
I have passed all the 3 exercises inside this assignment and everything works well, but when I submitted it, I got a grade of 0, and the error message is this:
I tried to submit it many times, and I did all that I knew to fix this problem, like getting the latest version, rebooting the server, restarting the kernel, and clearing outputs, but these did not work.
The problem has been resolved after testing some other things, and also you were right.
I used the help function with “?” key in the file and the error was about these lines of code. We should delete them, or make them comments via “#”.
Maybe the reason is that when we use the help function with “?”, the Python shows the result by using a pop-up window and the submission code cannot handle the pop-up windows.