Home >Backend Development >Python Tutorial >super is not that simple
Speaking of super
, you may think it is very simple, it is just used to call the parent class method. If it were really that simple, this article wouldn't be here. Let me explain in detail.