rawzes / pyQuiz

Repo for Python and SDLC learning purposes
0 stars 0 forks source link

Add the ability to repeat the same word every 15 words #10

Open krisrazumeiko opened 1 year ago

krisrazumeiko commented 1 year ago

The same word is repeated every 3 words. The same word must be repeated every 15 words.

Steps:

  1. Start the program
  2. Select the mode
  3. Answer the questions
  4. Make sure that the word is repeated often

Expected result: the same word appears every 15 words Actual result: the same word appears every 3 words