Assignment error - C2_W1

Hi!

I completed my assignment and passed all assert tests. however, when i submit the notebook, i score 0.

can someone help pls?

Often this means your code does not pass the tests used by the grader. They are different than the tests in the notebook.

Please post a screen capture image that shows the grader feedback.

1 Like

Hi @TMosh,

Here you go.

Does your notebook code pass ALL of the built-in tests?
Any asserts when you run the notebook will cause the grader to crash.

Apparently you have a variable “prices_A” that the grader cannot find.

Hi, yes, I passed all built-in tests. and prices_A seems fine to me.
(edited)

{edited}