Apr-25-2017, 08:56 AM
Hi
I need little help.
I have five Set on list. Like this:
I need little help.
I have five Set on list. Like this:
list = [{"a","b","c","d"},{"k","f","r","c"},{"c","a","o","r"},{"m","p","l"},{"i","r","p","b"}]How can I find what sets are the resemblance,And print their indexes like this:(0,2)
(Apr-25-2017, 08:56 AM)janek30 Wrote: [ -> ]Hi I need little help. I have five Set on list. Like this:list = [{"a","b","c","d"},{"k","f","r","c"},{"c","a","o","r"},{"m","p","l"},{"i","r","p","b"}]How can I find what sets are the most resemblance,And print their indexes like this:(0,2)