-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquest.py
13 lines (13 loc) · 928 Bytes
/
quest.py
1
2
3
4
5
6
7
8
9
10
11
12
13
que=[
'Welcome to Ear Solutions India\'s Trusted Brand for Hearing aid',
'May I know your name.. ',
'Select an appropriate option..\nYou are...\n*1*. Existing Customer.\n*2*. New Customer',
'Thank you for contacting earsolutions.\n\nPlease reach us via email on support@earsolutions.in\n\nOr call our support team at 9015116116',
'Invalid input!!\nSelect *1* for existing customer and if you are new enter *2* ',
'Please select an appropriate choice:\n*1*. Hearing Aid trial\n*2*. Book an Appointment\n*3*. Something else',
'For whom do you need a hearing aid?\n*1*. For myself\n*2*. For someone else',
'Are you or the person an existing hearing aid user?\n*1*. Yes\n*2*. No',
'Please wait we are connecting you to an expert audiologist',
'*Invalid Input!!*\n Enter the option number only like *1 , 2* etc..',
'*Invalid Input !!*\n Enter your _*first name*_ and _*last name*_..'
]