Python Language OOP: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=External=
=Internal=
=Internal=
=Overview=
=Overview=

Revision as of 02:48, 15 March 2022

External

Internal

Overview

Class

class MyClass():
  def __init__(self):
    pass