Slicing Lists (PLAB-PYTH)

Welcome to the Slicing Lists practice lab. In this module, you will be provided with the instructions and devices needed to develop your hands-on skills.

Overview

Learning Outcomes:

In this module, you will complete the following exercise:

  • Exercise 1 – Slicing the Lists

After completing this lab, you will be able to:

  • Write a program to slice the items in a list.
  • Write a program to modify the list items.
  • Write a program to use a negative index number to slice the list.