Qtr No. 213, New Town Yehlanka
Indore 454775, India
What is the output of the following Python code?
class Test:
def __init__(self):
self.bool = True
def prnt(self):
if self.bool:
print('Hi')
self.bool = False
else:
print('Bye')
class Alpha(Test):
def __init__(self):
self.val = '555'
def disp(self):
print(self.val)
t1 = Test()
t1.prnt()
t1.prnt()
t2 = Alpha()
t2.disp()
To get all Infosys Certified Python Programmer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee