{moderator edit - solution code removed}
Can someone pls help me resolve this error ?
{moderator edit - solution code removed}
Can someone pls help me resolve this error ?
That just means you need to run the earlier cells in the notebook. Anytime you restart the notebook, you need to run everything again to recreate the “runtime state”. Try “Cell → Run All Above” and then run your test cell again.
The test routines are imported from the file public_tests.py
by the “import” cell early in the notebook.
There is a topic about this on the DLS FAQ Thread, q.v.
thankyou sir