Question: Write a Python program to perform the below: a) Create an empty list named Basic b) Input n number of Basic and add to the

Write a Python program to perform the below: a) Create an empty list named Basic b) Input n number of Basic and add to the list Basic c) Compute the DA based on the following conditions DA = 120% of Basic, if the Basic is in between 0 to 300 DA = 140% of Basic, if the Basic is in between 301 to 500 Otherwise DA = 150% of Basic d) Store the DA in another list named Dearness_Allowanc e) Display the list Basic and Dearness_Allowance ince
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
