A small business has 5 employees with name, age and salary (AUD) as…

Question Answered step-by-step A small business has 5 employees with name, age and salary (AUD) as… A small business has 5 employees with name, age and salary (AUD) as follows:/Jane Brown, 23, 45000//Hannah Grime, 45, 67000//Philip Binnen, 67, 110000//John Hun, 32, 55000//Carl Smith, 55, 75000/.In order to automate some admin activities, you are requested to perform the following programming tasks using Python language. Please write the codes with proper indentation. Store the name, age and salary information in three separate lists.An alternative way to store the information is to use a dictionary. Also, create a “nested dictionary” to store the data using employee’s full name as keys in the outer dictionary. Computer Science Engineering & Technology Python Programming BUS MISC Share QuestionEmailCopy link Comments (0)