Write a program in Python to accept the basic salary and calculate the Net salary of an employee in a company based on the following criteria.( HRA,DA and Tax are to be calculated as per the given percentage of Basic salary) Basic SalaryHRADATax 7000012%25%15% (Net Salary=Basic + HRA + DA - Tax)