CMR 2017 MCQ

CMR 2017 MCQ

import random class MCQ: def __init__(self, question, options, answer): self.question = question …

By -