"""Question 1: Build a program to manage a university's course catalog. You want to define a base class Course that has the following properties: course_code: a string representing the course code ...
def __init__(self): self.mario_img = pygame.image.load('maryo.png') self.mario_img_rect = self.mario_img.get_rect() self.mario_img_rect.left = 20 self.mario_img_rect ...