Create a Python program (using any of the selection structures) that will accept distance in kilometer/s as input, and student or elderly passengers will pay the discounted rate, disabled passengers will get an additional 10% discount with the original discounted rate, otherwise the regular fare will be used as basis for the computation of fare. The output will be the total fare for the passenger.
Start price for : regular passenger - 9.00 Student/ Elderly/ Disabled- 6.20
Sample output: Enter Distance in Kilometer/s: 12 Regular/ Student/ Elderly/ Disabled: Disabled
Total Fare: 14.175