my final programming assignment is showing following error
“There was a problem compiling the code from your notebook. Details:
unsupported format string passed to NoneType.format”
Even though my answers match the expected output
my final programming assignment is showing following error
“There was a problem compiling the code from your notebook. Details:
unsupported format string passed to NoneType.format”
Even though my answers match the expected output
There can be several reasons this happens.
Maybe you have an obsolete copy of the notebook ipynb or .py utility file.
Maybe you did not complete the entire assignment, and left some “None” code in the notebook.
Maybe you renamed your notebook, and the grader is working on the copy with the original file name.
Do any of these sound possible in your situation?
No none of these is the case
Please check your personal messages for instructions.