0% found this document useful (0 votes)
6 views1 page

Python Chapter6 List Memo

The document provides answers to multiple choice and fill-in-the-blank questions related to Python lists. Key concepts include list methods such as 'append', 'len', 'remove', and 'reverse'. It also highlights the functionality of lists in Python programming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Python Chapter6 List Memo

The document provides answers to multiple choice and fill-in-the-blank questions related to Python lists. Key concepts include list methods such as 'append', 'len', 'remove', and 'reverse'. It also highlights the functionality of lists in Python programming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Python Chapter 6: Lists - Answer Memo

Answers - Multiple Choice Questions

1. C) Adds an item to the end of the list

2. C) len()

3. A) [1, 2, 3, 4, 5]

4. C) Removes and returns the last item

Answers - Fill in the Blanks

1. append

2. len

3. remove

4. for

5. reverse

6. Lists

You might also like