Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are going to store table data using a nested list. Imagine this: you are currently working in an IT company and are given the
You are going to store table data using a nested list.
Imagine this: you are currently working in an IT company and are given the following list of employees. You are asked by your manager to use Python to store this data for further company use. The data is provided as follows:
Name Age Department
John Mckee Sales
Lisa Crawford Marketing
Sujan Patel HR
Your objectives are as follows:
Create a list named employees.
Create three dictionary objects inside employees to store the information of each employee.
Print the employees variable.
Print the details of all employees in a presentable format.
Print only the details of Sujan Patel. use python to answer this
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started