-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a simple flashcard script - flashcard.py #374
base: master
Are you sure you want to change the base?
Conversation
A simple flashcard program (without a GUI), that enables the user to enter questions and answers. The program asks the user the entered questions randomly, and checks their accuracy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the instructions to submit a script
I have changed it now, following the format of this pull request: #266. Thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description looks good to me. But you're missing this part: https://github.com/DhanushNehru/Python-Scripts?tab=readme-ov-file#adding-a-new-script
Specifically, points 3 and 4.
Simple Flashcard Program (without a GUI).
Simple Flashcard Program
Explanation of workings/ logic of flashcard.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for organizing it. You're just one step behind. Please update the main README list for your script in alphabetical order. For reference, you can read the README file in our repo.
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