If we give any key as the input we should get the corresponding values as the output and if we give any one element from a list as input, we should get the corresponding key as the output.Please ignore enter code here in the middle
Following is keys and their values
"RCB" : ["Virat", "Abd", "Maxwell","Chahal"],
"CSK": ["Dhoni", "Raina", "Jadeja", "Faf"],
"KKR": ["Morgan", "Russell", "Karthik", "Naenter code hereine"],
"PBKS" : ["Rahul", "Mayank", "Shami", "Gayle"]
I believe this is what you wanted: