What will following code segment print
if True or True: if False and True or False: print('A') elif False and False or True and True: print('B') else: print('C') else: print('D')
निम्लिखित कोड सेगमेंट क्या प्रिंट करेंगे