You can see there are 5 items in a list and I want that it some how show how many times any item is repeated. I mean the output should be like this in two lists:-
[Output]
List1:
Mango
Strawberry
Lichi
Banana
List2:
1
2
3
3
It’s really complex, like if there is one mango so on the same index there should be one but on the other hand where lichi was repeated 3 times, so on the same index it was 3 value
From the return out put you can make any changes. because the return also Yailist.
Suppose if you like this extension, hit heart in the first post of the extension page
I have two lists, list 1 and list 2
I want that when my list 1 is getting sorted(having numbers) that time I want my list 2 also sorted with respect to list 1 .
How is this possible with this method? Because my other list is getting sorted on his own