Basic-Python-Programs
Basic-Python-Programs copied to clipboard
Create flashcard.py
A simple flashcard program (without a GUI), that enables the user to enter questions and answers. The program asks them the questions randomly, and checks their accuracy.
Hi! I’ve implemented a flashcard program using dictionaries and loops. @souravjain540 please review and merge.
Thanks, Nik