Clean!
your code needs to handle the cases if there is no needle in the list
needle
.index() will throw an error if the item it is looking for is not present in the list
.index()
Hi I am having an issue with tests where there is no needle, it shows up as not solved because there is no needle
Loading collection data...
Clean!
your code needs to handle the cases if there is no
needle
in the list.index()
will throw an error if the item it is looking for is not present in the listHi I am having an issue with tests where there is no needle, it shows up as not solved because there is no needle