What is the output of the following python code?
class test:
def __init__(self):
print("Hello World")
def __init__(self):
print("Bye World")
obj = test()

Posted on by