Typo in task 7 regarding static methods in Python
In addition to class methods there are static methods that are part of a class but do not even requite the class itself to be a parameter.
In addition to class methods there are static methods that are part of a class but do not even requite the class itself to be a parameter.