I have a dictionary with keys and a list attached as value to each key.
I have to traverse list value attached to each key and segregate them into two different lists with ‘0’ and ‘1’ ( as ‘0’ and ‘1’ are the values in the list) also with the count of ‘0’ , ‘1’ and the total. Please let me know how should i go abut doing this. Thanks
I have a dictionary with keys and a list attached as value to each
Share
Thats an example, if you explain it with detail, i will try to help you more (: