Menu

Write A Python Program Segment To Use An Array To Hold The Name Of 200 Employees

Write aPythonprogram segment to use an array to hold the name of 200 employees working for a company. Write the code segment to read this data into the array. Count the number of times that an employee name is the same as FOO (exact match). Print the calculated “number of times” value. Then, print the contents of the array starting at element 100 and ending at element 150. USE LOOPS!

DOES NOT NEED TO BE A FILE. THANK YOU

Leave a Reply

Your email address will not be published. Required fields are marked *