A few days back I wrote about using sorted(list) to compare 2 list.
Recently I learned we can also use Counter to compare list without taking their order into account.
Happy Learning !!
A few days back I wrote about using sorted(list) to compare 2 list.
Recently I learned we can also use Counter to compare list without taking their order into account.
Happy Learning !!