My code is below: #QUESTIONS #QUIZ
class Question: def __init__(self,text,choices,answer): self.t=text self.c=choices s