Open Nikhil2346 opened 2 weeks ago
Flashcard Program
summary... A simple flashcard program (without a GUI), that enables the user to enter questions and answers.
The program uses dictionaries and loops (for & while) to randomly ask the user an entered question, and check their accuracy.
Thank You,
Nikhil
I have changed it now, following the format of this pull request: https://github.com/DhanushNehru/Python-Scripts/pull/266. Is this acceptable? If not, what document should I be referring to?
Thank you
PR Title
Flashcard Program
Summary
summary... A simple flashcard program (without a GUI), that enables the user to enter questions and answers.
Description
The program uses dictionaries and loops (for & while) to randomly ask the user an entered question, and check their accuracy.
The changes are as follows:
Checks
in the repository
in the PR
Thank You,
Nikhil