Course 1, Week 2, Exercise 4 - initialize_with_zeros

Same here.

[Moderator edit: Code removed.]

This what I have used.

But I am getting this error:
AssertionError Traceback (most recent call last)
in
2 w, b = initialize_with_zeros(dim)
3
----> 4 assert type(b) == float
5 print ("w = " + str(w))
6 print ("b = " + str(b))

AssertionError: