6.4 List Methods
-
Incorrect
Correct
No Answer was selected
Invalid Answer
1. Python and Console Interaction
2. Conditionals
3. Looping
4. Functions and Exceptions
5. Strings
6. Creating and Altering Data Structure
6.1 Tuples
6.2 Lists
6.3 For Loops and Lists
6.4 List Methods
List Methods
count
append
extend
sort
reverse
remove
Check Your Understanding
Exercise: Take a Thing Out, Sort It and Reverse It
7. Extending Data Structures