No, it isn’t necessary .
Read moreHow do you initialize a class in Python?
To create instances of a class, you call the class using class name and pass in whatever arguments its __init__ method accepts .
Read moreNo, it isn’t necessary .
Read moreTo create instances of a class, you call the class using class name and pass in whatever arguments its __init__ method accepts .
Read more