Python Forum
Basic Quiz/Game - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Basic Quiz/Game (/thread-14161.html)

Pages: 1 2


RE: Basic Quiz/Game - ichabod801 - Nov-18-2018

I said to get rid of the while count loop. You still need the for i loop. That's how you are stepping through the word pairs to ask the questions.