Posts

Showing posts from June, 2024

kaun Banega Crorepati KBC

Image
 questions = [   'In which year constantinople was conquered? ',   ' \nWhat is the capital of Turkey? ',   '\nIn Which century was The Great Ottoman Empire Formed',   "\nUnder which Sultan's rule The Ottoman Empire saw its greatest extent  ",   '\nWho was the accursed person under whom islam was diminished in turkey '  ] for x in questions:   print(questions[0])    a = input('answer: ')   if a == '1453':     print('\n!!**adbhood**!!')     print( questions[1])     b = input('answer: ')   if a != '1453':     print('mahashai aap haar chuke hain')     break   if b == 'ankara' :     print('\n !!**adbhood**!!')     print(questions[2])     c = input('answer: ')   else :     print('mahashai aap haar chuke hain')     break        if c == '13' :     print('\n !!**adbhood**!!')     prin...