In your MU IDE (or other instructor approved IDE), write the following program. Write a program that creates a dictionar
Posted: Tue Jul 12, 2022 8:09 am
In your MU IDE (or other instructor approved IDE), write the following program. 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 their capitals.) The program should then randomly quiz the user by displaying the name of a 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). Submit your python source code named: lastname08_question B1.py with a screenshot showing you ran your code in the MU (or other instructor approved) IDE named: lastname08_questionB1.<some image extension like jpeg), where lastname is *your* lastname.