Question: Create a vocabulary game program ( in python programming language ) in which the user can select from 3 options: easy words, hard words, and
Create a vocabulary game program in python programming language in which the user can select from options: easy words, hard words, and quit. The program should display a question asking a user to define a vocabulary word, and the user must match the definition to the vocabulary word given answers in multiple choice format. To answer, the user must input a number between according to the correct definition. If the user correctly answers, the program should display that the user answered correctly, and vice versa if the user answered incorrectly. Lastly, the program must keep track of points according to correctincorrect answers. Each correct answer will award the user point, and an incorrect answer will not affect the user's score. The program should display the user's total score upon termination. in python programming language, NOT using pygame
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
