
Parentheses in #Python's class & function definitions mean different things
In a function definition, parentheses after the name denote the functions' arguments.
In a class definition, parentheses after the name denote the class' parent classes.
pythonmorsels.com/topics/inherit…
English