Sort the Counters
In order to make the list have a definite order, use sorted(list(_list))
instead of list(_list)
when making up the location list.
In order to make the list have a definite order, use sorted(list(_list))
instead of list(_list)
when making up the location list.