md mamunfrustrated.hashnode.devยทAug 19, 2024Python Constructor think differentlyWhat is the actual use of constructor? class SchoolManagement: def __init__(self): print("Go to the actual website") obj=SchoolManagement() Answer: Generally we are able to know that function is the special method which is called autom...1 likebeginnerAdd a thoughtful commentNo comments yetBe the first to start the conversation.