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.