This is KBC game.
Welcome to KBC Game This is MCQ type game and only use python, so let's start the KBC ( Kaun Banega Crorepati) . price1= "1000 (1 Thousand)." price2= "10000 (10 thousand)." price3= "100000 (1 Lakh)." price4= "1000000 (10 lakh)." price5= '10000000 (1 Crore).' print ( "Hii, \n Welcome to KBC. \n " ) print ( "Let start KBC. \n " ) print ( "Now, This is your 1 Question?" ) print ( "What is the capital of India?" ) print ( '''(a). Delhi (b). Goa (c). Mumbai (d). Bangalore''' ) answer1= str ( input ( "Enter the option: " )) if answer1.lower() == 'a' : print ( " 🤑🤑🤑 Ok, Your answer is right and you won" ,price1) print ( " \n\n Who was the first Prime Minister of India?" ) print ( '''(a). Narendra Modi (b). Nehru (c). Dr. Manmohan Singh (d). Dr. APJ Abdul Kalam'...