Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

Added a simple flashcard script - flashcard.py

Open Nikhil2346 opened this issue 11 months ago • 1 comments

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:

  • Created a new script for a simple flashcard program

Checks

in the repository

  • [x] Made no changes that degrades the functioning of the repository
  • [x] Gave each commit a better title (unlike updated README.md)

in the PR

  • [X] Followed the format of the pull_request_template
  • [X] Made the Pull Request in a small level (for the creator's wellfare)
  • [X] Tested the changes you made

Thank You,

Nikhil

Nikhil2346 avatar Nov 06 '24 18:11 Nikhil2346