Showing posts from February, 2024
CMR 2017 MCQ

CMR 2017 MCQ

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