Student

Report a typo

Which class is the immediate parent of Student?

class Student(Person):
    def __init__(self, name, last_name, uni):
        self.name = name
        self.last_name = last_name
        self.uni = uni
Select one option from the list
___

Create a free account to access the full topic