I have six lists with numbers from 1 to 50. I have a variable which takes values from 1 to 50. I want to find the list which holds that variable and the number of that list (1-6).
How can I either loop over the lists or create a reference to the lists?