पहला method_init_() एक विशेष विधि है, जिसे क्लास कंस्ट्रक्टर या इनिशियलाइज़ेशन विधि कहा जाता है जिसे पायथन तब कॉल करता है जब आप इस क्लास का एक नया इंस्टेंस बनाते हैं।
The first method_init_() is a special method, which is called class constructor or initialization method that Python calls when you create a new instance of this class.
A)
B)
Explanation: