Completed the Trivia Quiz Project!
Fix Day 17 README Add trivia demo
This commit is contained in:
parent
f462cc5ae0
commit
5f7dcd5629
8 changed files with 157 additions and 3 deletions
4
Day 17/quiz-game-start/question_model.py
Normal file
4
Day 17/quiz-game-start/question_model.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
class Question:
|
||||
def __init__(self, text, answer):
|
||||
self.text = text
|
||||
self.answer = answer
|
||||
Loading…
Add table
Add a link
Reference in a new issue