Added a simple flashcard script - flashcard.py#374
Open
Nikhil2346 wants to merge 6 commits intowasmerio:mainfrom
Open
Added a simple flashcard script - flashcard.py#374Nikhil2346 wants to merge 6 commits intowasmerio:mainfrom
Nikhil2346 wants to merge 6 commits intowasmerio:mainfrom
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.
hasan-py
suggested changes
Nov 9, 2024
Contributor
hasan-py
left a comment
There was a problem hiding this comment.
Please follow the instructions to submit a script
Author
|
I have changed it now, following the format of this pull request: #266. Thank you |
hasan-py
suggested changes
Nov 11, 2024
Contributor
hasan-py
left a comment
There was a problem hiding this comment.
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
hasan-py
suggested changes
Nov 30, 2024
Contributor
hasan-py
left a comment
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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