What will be the result of the membership test in the last line of the code?
capitals = {'China': 'Beijing', 'United Kingdom': 'London', 'Nigeria': 'Abuja', 'Nauru': ''}
print('' in capitals)What will be the result of the membership test in the last line of the code?
capitals = {'China': 'Beijing', 'United Kingdom': 'London', 'Nigeria': 'Abuja', 'Nauru': ''}
print('' in capitals)Create a free account to access the full topic