You develop a Python application for your company. A list named employees contains 200 employee names, the last five being company management. You need to slice the list to display all employees excluding management. Which code segments should you use?

🎲 Try a Random Question  |  Total Questions in Quiz: 9  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
98-381: Introduction to Programming Using Python Exam — practice the complete quiz, review flashcards, or try a random question.


You develop a Python application for your company. A list named employees contains 200 employee names, the last five being company management. You need to slice the list to display all employees excluding management. Which code segments should you use?






ADVERTISEMENT