a=input("Can I know your name?") print("\nHello",a+".") print("\nWelcome to Khatwani Motors Private Limited - KMPL.") print("I'm your Virtual Chatbot.") b=input("\nMay I know where are you from?") print("\nIn",b+". Okay.") Whereto= input("\nPlease select an option from below \n1. Take me to MG. \n2. Take me to Renault. \n3. Take me to Vespa. \n \nWhere would you like me to take you?:") #MG if Whereto == "1" or Whereto == "MG" : print("\nFasten your seatbelts, Next stop, MG",b) what= input("\nPlease select an option from below: \n1. Want to book a new Vehicle. \n2. Want to book a service appointment. \n3. Showroom Contact details. \n \nYou Want:") if what == "1" or what == "to book a new vehicle": book= input("\nPlease select a model from list below: \n1. Hector \n2. Hector Plus \n3. Gloster \n4. ZS EV \n \nYou want to book:") if book == "Hector" or book == "1": fueltype= input("\nPlease select fuel type from below: \n1. Petrol \n2. Diesel \n \nYou'll opt for?") if fueltype == "1" or fueltype == "Petrol": onroad=input("\nEx-Showroom Prices are: \n1. Style MT - ₹13.17Lakhs \n2. Super MT - ₹14.16Lakhs \n3. Hybrid Super MT - ₹14.77Lakhs \n4. Hybrid Smart MT - ₹16.03Lakhs \n5. Smart CVT - ₹16.79Lakhs \n6. Smart DCT - ₹16.79Lakhs \n7. Hybrid Sharp MT - ₹17.37Lakhs \n8. Sharp CVT - ₹18.37Lakhs \n9. Sharp DCT - ₹18.37Lakhs \n \nWhich one would you like to book?") if onroad == "1" or onroad == "Style MT": print("\nEx-Showroom Price - ₹13,17,800 \nRTO - ₹1,31,780 \nInsurance - ₹58,741 \n \nOn-Road Price in",b,"- ₹15,21,499") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad == "2" or onroad == "Super MT": print("\nEx-Showroom Price - ₹14,16,800 \nRTO - ₹1,41,680 \nInsurance - ₹62,282 \n \nOn-Road Price in",b,"- ₹16,34,930") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad == "3" or onroad == "Hybrid Super MT": print("\nEx-Showroom Price - ₹14,77,800 \nRTO - ₹1,47,780 \nInsurance - ₹64,464 \n \nOn-Road Price in",b,"- ₹17,04,822") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad == "4" or onroad == "Hybrid Smart MT": print("\nEx-Showroom Price - ₹16,03,800 \nRTO - ₹1,60,380 \nInsurance - ₹68,972 \n \nOn-Road Price in",b,"- ₹18,49,190") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad == "5" or onroad == "Smart CVT": print("\nEx-Showroom Price - ₹16,79,800 \nRTO - ₹1,67,980 \nInsurance - ₹71,690 \n \nOn-Road Price in",b,"- ₹19,36,268") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad == "6" or onroad == "Smart DCT": print("\nEx-Showroom Price - ₹16,79,800 \nRTO - ₹1,67,980 \nInsurance - ₹71,690 \n \nOn-Road Price in",b,"- ₹19,36,268") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad == "7" or onroad == "Hybrid Sharp MT": print("\nEx-Showroom Price - ₹17,37,800 \nRTO - ₹1,73,780 \nInsurance - ₹73,765 \n \nOn-Road Price in",b,"- ₹20,02,723") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad == "8" or onroad == "Sharp CVT": print("\nEx-Showroom Price - ₹18,37,800 \nRTO - ₹1,83,780 \nInsurance - ₹77,342 \n \nOn-Road Price in",b,"- ₹21,17,300") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad == "9" or onroad == "Sharp DCT": print("\nEx-Showroom Price - ₹18,37,800 \nRTO - ₹1,83,780 \nInsurance - ₹77,342 \n \nOn-Road Price in",b,"- ₹21,17,300") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") else: print("Invalid input.") if fueltype == "2" or fueltype == "Diesel": onroad2=input("\nEx-Showroom Prices are: \n1. Style Deisel MT - ₹14.58Lakhs \n2. Super Diesel MT - ₹15.68Lakhs \n3. Smart Diesel MT - ₹17.39Lakhs \n4. Sharp Diesel MT - ₹18.85Lakhs \n \nWhich one would you like to book?") if onroad2 == "1" or onroad2 == "Style Deisel MT": print ("\nEx-Showroom Price - ₹14,58,800 \nRTO - ₹1,75,056 \nInsurance - ₹82,799 \n \nOn-Road Price in",b,"- ₹17,31,243") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad2 == "2" or onroad2 == "Super Diesel MT": print ("\nEx-Showroom Price - ₹15,68,800 \nRTO - ₹1,88,256 \nInsurance - ₹86,921 \n \nOn-Road Price in",b,"- ₹18,59,665") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad2 == "3" or onroad2 == "Smart Diesel MT": print ("\nEx-Showroom Price - ₹17,39,800 \nRTO - ₹2,08,776 \nInsurance - ₹93,329 \n \nOn-Road Price in",b,"- ₹20,59,303") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroad2 == "4" or onroad2 == "Sharp Diesel MT": print ("\nEx-Showroom Price - ₹18,85,800 \nRTO - ₹2,26,296 \nInsurance - ₹98,801 \n \nOn-Road Price in",b,"- ₹22,29,755") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") else: print("Invalid input.") if book == "2" or book == "Hector Plus": fueltype2= input("Please select fuel type from below: \n1. Petrol \n2. Diesel \nYou'll opt for?") if fueltype2 == "1" or fueltype2 == "Petrol": onroadplus= input("\nEx-Showroom Prices are: \n1. Style MT 7 STR - ₹13.62Lakhs \n2. Hybrid Super MT 7 STR - ₹15.12Lakhs \n3. Smart AT - ₹17.49Lakhs \n4. Smart CVT - ₹17.49Lakhs \n5. Hybrid Sharp MT - ₹18.12Lakhs \n6. Sharp AT - ₹19.17Lakhs \n7. Sharp CVT - ₹19.17Lakhs \n \nWhich one would you like to book?") if onroadplus == "1" or onroadplus == "Style MT 7 STR": print("\nEx-Showroom Price - ₹13,62,800 \nRTO - ₹1,36,280 \nInsurance - ₹60,351 \n \nOn-Road Price in",b,"- ₹15,73,059") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplus == "2" or onroadplus == "Hybrid Super MT 7 STR": print("\nEx-Showroom Price - ₹15,12,800 \nRTO - ₹1,51,280 \nInsurance - ₹65,716 \n \nOn-Road Price in",b,"- ₹17,44,924") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplus == "3" or onroadplus == "Smart AT": print("\nEx-Showroom Price - ₹17,49,800 \nRTO - ₹1,74,980 \nInsurance - ₹74,194 \n \nOn-Road Price in",b,"- ₹20,16,472") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplus == "4" or onroadplus == "Smart CVT": print("\nEx-Showroom Price - ₹17,49,800 \nRTO - ₹1,74,980 \nInsurance - ₹74,194 \n \nOn-Road Price in",b,"- ₹20,16,472") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplus == "5" or onroadplus == "Sharp Hybrid MT": print("\nEx-Showroom Price - ₹18,12,800 \nRTO - ₹1,91,280 \nInsurance - ₹76,448 \n \nOn-Road Price in",b,"- ₹20,88,656") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplus == "6" or onroadplus == "Sharp AT": print("\nEx-Showroom Price - ₹19,17,800 \nRTO - ₹1,91,780 \nInsurance - ₹80,204 \n \nOn-Road Price in",b,"- ₹22,08,962") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplus == "7" or onroadplus == "Sharp CVT": print("\nEx-Showroom Price - ₹19,17,800 \nRTO - ₹1,91,780 \nInsurance - ₹80,204 \n \nOn-Road Price in",b,"- ₹22,08,962") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") else: print("Invalid input.") if fueltype2 == "2" or fueltype2 == "Diesel": onroadplusD= input("\nEx-Showroom Prices are: \n1. Style Diesel MT 7 STR - ₹15.03Lakhs \n2. Super Diesel MT 7 STR - ₹16.13Lakhs \n3. Super Diesel MT - ₹16.37Lakhs \n4. Smart Diesel MT - ₹18.09Lakhs \n5. Select Diesel MT 7 STR - ₹18.80Lakhs \n6. Sharp Diesel MT - ₹19.60Lakhs\n \nWhich one would you like to book?") if onroadplusD == "1" or onroadplusD == "Style Diesel MT 7 STR": print("\nEx-Showroom Price - ₹15,03,800 \nRTO - ₹1,80,456 \nInsurance - ₹84,485 \n \nOn-Road Price in",b,"- ₹17,83,962") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplusD == "2" or onroadplusD == "Super Diesel MT 7 STR": print("\nEx-Showroom Price - ₹16,13,800 \nRTO - ₹1,93,656 \nInsurance - ₹88,607 \n \nOn-Road Price in",b,"- ₹19,12,201") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplusD == "3" or onroadplusD == "Super Diesel MT": print("\nEx-Showroom Price - ₹16,37,800 \nRTO - ₹1,96,536 \nInsurance - ₹89,507 \n \nOn-Road Price in",b,"- ₹19,40,221") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplusD == "4" or onroadplusD == "Smart Diesel MT 7 STR": print("\nEx-Showroom Price - ₹17,99,800 \nRTO - ₹2,15,976 \nInsurance - ₹95,578 \n \nOn-Road Price in",b,"- ₹21,29,352") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplusD == "5" or onroadplusD == "Smart Diesel MT": print("\nEx-Showroom Price - ₹18,09,800 \nRTO - ₹2,17,176 \nInsurance - ₹95,952 \n \nOn-Road Price in",b,"- ₹21,41,026") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplusD == "6" or onroadplusD == "Select Dieselt MT 7 STR": print("\nEx-Showroom Price - ₹18,80,800 \nRTO - ₹2,25,696 \nInsurance - ₹98,613 \n \nOn-Road Price in",b,"- ₹22,23,917") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") elif onroadplusD == "7" or onroadplusD == "Sharp Diesel MT": print("\nEx-Showroom Price - ₹19,60,800 \nRTO - ₹2,35,296 \nInsurance - ₹1,01,611 \n \nOn-Road Price in",b,"- ₹23,17,315") print("\nBooking amount is ₹50,000") print("\nContact Sales - 6262625100") else: print("Invalid input.") if book == "3" or book == "Gloster": gonroad = input("\nEx-Showroom Prices are: \n1. Super 7 STR Diesel - ₹29.98Lakhs \n2. Smart 6 STR Diesel - ₹31.98Lakhs \n3. Sharp 7 STR Diesel - ₹35.38Lakhs \n4. Sharp 6 STR Diesel - ₹35.38Lakhs \n5 Savvy 6 STR Diesel - ₹36.88Lakhs\n \nWhich one would you like to book?") if gonroad == "1" or gonroad == "Super 7 STR": print("\nEx-Showroom Price - ₹29,98,000 \nRTO - ₹4,79,680 \nInsurance - ₹1,40,480 \n \nOn-Road Price in",b,"- ₹36,48,140") print("\nBooking amount is ₹1,00,000") print("\nContact Sales - 6262625100") elif gonroad == "2" or gonroad == "Smart 6 STR": print("\nEx-Showroom Price - ₹31,98,000 \nRTO - ₹5,11,680 \nInsurance - ₹1,47,975 \n \nOn-Road Price in",b,"- ₹38,89,635") print("\nBooking amount is ₹1,00,000") print("\nContact Sales - 6262625100") elif gonroad == "3" or gonroad == "Sharp 7 STR": print("\nEx-Showroom Price - ₹35,38,000 \nRTO - ₹5,66,080 \nInsurance - ₹1,60,717 \n \nOn-Road Price in",b,"- ₹43,00,177") print("\nBooking amount is ₹1,00,000") print("\nContact Sales - 6262625100") elif gonroad == "4" or gonroad == "Sharp 6 STR": print("\nEx-Showroom Price - ₹35,38,000 \nRTO - ₹5,66,080 \nInsurance - ₹1,60,717 \n \nOn-Road Price in",b,"- ₹43,00,177") print("\nBooking amount is ₹1,00,000") print("\nContact Sales - 6262625100") elif gonroad == "5" or gonroad == "Savvy 8 STR": print("\nEx-Showroom Price - ₹36,88,000 \nRTO - ₹5,90,080 \nInsurance - ₹1,66,338 \n \nOn-Road Price in",b,"- ₹44,81,298") print("\nBooking amount is ₹1,00,000") print("\nContact Sales - 6262625100") else: print("Invalid input.") if book == "4" or book == "ZS EV": print("Sorry, this vehicle is not yet availiable in",b) if what == "2" or what == "to book a service appointment": print("Contact details: \nSwapnil Service Manager - 9893848460 , 9285011133") elif what == "3" or what == "Showroom contact details": print("Sales - 6262625100 \nService - 6262625200 \nCustomer care - 6262625300") else: print("Invalid input.") #RENAULT if Whereto == "2" or Whereto == "Renault" : print("Fasten your seatbelts, Next stop, Renault",b) what2= input("Please select an option from below \n1. Want to book a new Vehicle. \n2. Want to book a service appointment. \n3. Showroom Contact details. \n4. Want to go to Renault Selection \nYou Want:") if what2 == "1" or what2 == "to book a new vehicle": book2= input("Please select a model from list below: \n1. Kwid \n2. Triber \n3. Kiger \n4. Duster \nYou want to book:") #KWID if book2 == "1" or book2 == "Kwid": print("Ex-Showroom Prices are: \n1. STD - ₹3.32Lakhs") print("work_in_progress") #VESPA if Whereto == "3" or Whereto == "Vespa" : print("Wear your helmet, Next stop, Vespa",b) what3= input("Please select an option from below \n1. Want to book a new Vehicle. \n2. Want to book a service appointment. \n3. Showroom Contact details. \nYou Want to:") print("work_in_progress")