This is my flashcard problem I need to come up with an algorithm and a python program, I have the dictionaries as txt files The program should allow the user to ask for a word list entry. In response, the program should randomly pick an entry from the word list. It should display the English word and invite the user to enter the French equivalent. After the user enters their answer, the program should check the answer. If it is correct the program should tell the user; otherwise, if the answer is wrong the program should tell the user and inform them of the correct answer. The user should be able to repeatedly ask for an entry and also have the option to quit the program instead of seeing another entry.
This is my flashcard problem I need to come up with an
The program should allow the user to ask for a word list entry. In response, the program should randomly pick an entry from the word list. It should display the English word and invite the user to enter the French equivalent. After the user enters their answer, the program should check the answer. If it is correct the program should tell the user; otherwise, if the answer is wrong the program should tell the user and inform them of the correct answer.
The user should be able to repeatedly ask for an entry and also have the option to quit the program instead of seeing another entry.
Step by step
Solved in 2 steps with 1 images
do you have the python for this
Thankyou