Sorry! Posting Assignment is allowed only for commercial accounts.
class test: def __init__(self): print("Hello World") def __init__(self): print("Bye World") obj = test()