C2W2 Exercise 1AssertionError: Wrong value. Expected 0.005, got 0.0025000000000000265

Not sure what is wrong this is straight forward implementation of mean squared error.
predicted value - target valued squared and looped through. Anyone else getting this?

Moderator edit, code removed.

Looks like an indentation error. Its working now.