DEV Community

Discussion on: Python constructors - How to use them?

Collapse
 
mehrdadlinux profile image
MehrdadLinux

The constructor function in python is called new and init is the initializer function.
dev.to/pila/constructors-in-python...