W2_A1_Initializing with zero for w, b

Programming Assignment: Logistic Regression with a Neural Network Mindset

There is error in this cell, but it is not showing what is the error and I am unable to edit the cell.
what should I do?
I am attaching the screenshot of that cell also.

The assertion fires if the type of the ‘b’ variable is not a float.

Since the assertion fired, it means your ‘b’ variable is not a float.

This means there is an error in your code for initialize_with_zeros().

thank you

If you are new to python, the hint is that in python 1 and 1. are not the same thing. The first is an integer, but the second is a float. That decimal point is not just for decoration there. :nerd_face: