← LectureMoment
How Python Actually Behaves · Advanced
How Python Actually Behaves — Advanced
22 practice questions on How Python Actually Behaves. Every question is written from a specific moment in a real lecture, and after you answer it links to that exact timestamp so you can check it yourself.
What this pack asks
The free questions in this pack. Answer choices and explanations appear as you play.
A class A inherits only from Root, and A.f calls super().f(). A colleague argues that super() here is just a verbose spelling of Root.f(self) and wants to hard-code it. Later, someone adds B(Root) and C(A, B), and calls f on a C instance. What does the hard-coded version cost?
Answer this one →
Written from lectures by mCoding. Not affiliated with or endorsed by any university, channel, creator or certification program.