Learn Before
Concept

init() method in Python

The init() method acts as a constructor that is used to initialize the variables in the class. This method is called during the creation of the object.

0

2

Updated 2021-02-03

Tags

Python Programming Language

Data Science