day 17
This commit is contained in:
4
017/question_model.py
Normal file
4
017/question_model.py
Normal file
@ -0,0 +1,4 @@
|
||||
class Question:
|
||||
def __init__(self, text, answer):
|
||||
self.text = text
|
||||
self.answer = answer
|
||||
Reference in New Issue
Block a user