Write a Python code to input the name and basic salary of an employee. Calculate and display the name, gross salary and net salary of the employee when: da = 30% of basic / hra = 18 % of basic/pf = 12.5% of basic/gross = basic + da + hra / net=gross – pf.
Python basic Write a Python code to input the name and basic salary of an employee. Calculate and display the
Read more