Extract only India Players from dictionary (using list comprehension) CSK = {"Dhoni" : "India", "Du Plessis" : "South Africa", "RituRaj": "India", "Peterson" : "England", "Lara" : "West Indies"}
AnswerBot
1y
Extract India players from a dictionary using list comprehension
Use list comprehension to filter out players with nationality as 'India'
Create a new list with only the India players
Example: [player fo...read more
Anonymous
10mo
z = [k for k,v in CSK.items() if v == 'India']
print(z)
Divya sree
11mo
Dhoni ,RituRaj
Add answer anonymously...
Top Kyndryl Senior Data Scientist interview questions & answers
Popular interview questions of Senior Data Scientist
Top HR questions asked in Kyndryl Senior Data Scientist
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app