kaun Banega Crorepati KBC
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**!!')
print(questions[3])
d = input('answer: ')
else:
print('mahashai aap haar chuke hain')
break
if d == 'sultan suleyman' :
print('\n !!**adbhood**!!')
print(questions[4])
e = input('answer: ')
else:
print('mahashai aap haar chuke hain')
break
if e == 'ata turk' :
print('\n !!**adbhood**!!')
# print(questions[4])
# e = input('answer: ')
else:
print('mahashai aap haar chuke hain')
break
print('7 crore')
break

Comments
Post a Comment