Create a dictionary that maps countries to their capitals. You may start with an empty dictionary. Ask the user to input the name of the country and its capital and add them to the dictionary.
E.g., capitals = { ' Argentina':'Buenos Aires', 'France':'Paris', 'US': ' Washington D.C.'}
Once the dictionary is created, print the capitals in alphabetical order.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.