Instructions:
Clone repo
Open python
from gre_quiz import *
quiz = GREQuiz()
quiz.play_game(10)
quiz.comprehensive_game()
if you do the comprehensive game, quiz.incorrect will give a list of the ones you got wrong
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Instructions:
Clone repo
Open python
from gre_quiz import *
quiz = GREQuiz()
quiz.play_game(10)
quiz.comprehensive_game()
if you do the comprehensive game, quiz.incorrect will give a list of the ones you got wrong