DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
558 stars 262 forks source link

Added a simple flashcard script - flashcard.py #374

Open Nikhil2346 opened 2 weeks ago

Nikhil2346 commented 2 weeks ago

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

Nikhil2346 commented 2 weeks ago

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