python-beginner-projects icon indicating copy to clipboard operation
python-beginner-projects copied to clipboard

Modularization code in Quiz Game

Open Sae-Inoue opened this issue 1 year ago • 4 comments

Modularize code in Quiz Game.

This project has only one file called main.py. I think it is needed modularization to improve the code because of the following reasons:

  • Reduce duplicate code
  • Easy to maintain

What will do:

  • Make some functions and modularize code
  • Make it easy to remove or add quiz by using list

This is project link to Quiz Game: https://github.com/Mrinank-Bhowmick/python-beginner-projects/tree/main/projects/Quiz%20Game

Sae-Inoue avatar May 02 '24 01:05 Sae-Inoue

I would like to work this issue. Could you assign to this issue please? Thank you

Sae-Inoue avatar May 02 '24 01:05 Sae-Inoue

Can I work on this?

Sae-Inoue avatar May 08 '24 05:05 Sae-Inoue

Ya sure go for it, mention this issue in your pr 👍

Mrinank-Bhowmick avatar May 15 '24 13:05 Mrinank-Bhowmick