cities_dict={'Beijing': 'China','Moscow':'Russia','Paris': 'France'} for k,v in cities_dict.items(): print(f'{k} is the capital of {v}!')