Question: Python - In a function, write a program that creates a dictionary containing the U.S. states as keys and their capitals as values. (Use the
Python -
In a function, write a 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 thier capitals.) The program should then randomly quiz the user by displaying the name of the state and asking the user to enter the state's 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 the 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
