Modifying Lists (PLAB-PYTH)

Welcome to the Modifying 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 – Performing Basic Operations on Lists

After completing this lab, you will be able to:

  • Write a program to update an item in a list.
  • Write a program to append an item to a list.
  • Write a program to find the index of a list item.
  • Write a program to delete an item from a list.