Question: Write a python program that creates a dictionary containing the U.S. states as keys and their capitals as values. (Use the internet to get a
Write a python program that creates a dictionary containing the U.S. states as keys and their capitals as values. (Use the internet to get a list of the states and their capitals)
The program should then randomly quiz the user by displaying the name of the state and asking the user to enter that states capital.
The program should keep a count of the number of correct and incorrect responses. (As an alternative to the U.S. states, the program can use names of countries and their capitals.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
