Python Problem Writ a program that creates a dictionary containing…
Question Answered step-by-step Python Problem Writ a program that creates a dictionary containing… Python Problem Writ a program that creates a dictionary containing mathematical expressions (strings) as keys, and their answers as string values. The program should then randomly quiz the user by displaying expression and asking the user to enter the answer. The program should keep count of the number of correct and incorrect responses and display it to the user after 10 questions have been answered. Start the program over from 0 after that. Submission InstructionsSubmit your assignment in a single python file (ex. bonus_assignment.py)IMPORTANTFor anything that requires coded programmatic solution, you can simple append them to the file one after the other. If you need to test your programs, you can consolidate your solutions into one file for submission after you’ve completed each problem individually. Computer Science Engineering & Technology Python Programming CS 87A Share QuestionEmailCopy link Comments (0)


