class Question: def __init__(self,question,right_answer): self.question=question self.right_answer=right_answer self.wrong_answers=[]