The record of an employee
(EName, Department, Designation, Salary(Basic+TAX+Total))
is stored in the following list:
E
b) Employee Name
c) Basic Salary of an employee
d) Total Salary of an employee
[8]
El = ['Raman', 'Marketing', 'Senior Manager', [3200, 450, 3650]]
Write Python statements to retrieve the following information from the list E1.
a) Employee Department