Made an epic showcase website and API!
This commit is contained in:
parent
9e21e4dbdd
commit
1907fad7c5
89 changed files with 36444 additions and 3 deletions
4
projects/Day 17/quiz-game-start/question_model.py
Normal file
4
projects/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