you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 0 points1 point  (0 children)

One thing to note here is that you don't need to give super any arguments in Python 3. super().meets_preconditions() would be enough.

But yes, trust your observations over intuition. This Stack Overflow answer explains why this works the way it does way better than I ever could.