From what I\'ve read, the super function is used to refer to the parent class. But if so, how come this doesn\'t work?
class Parent: x = 5 class Child(Parent