Python List Methods (Demonstration)

Introduction

Python has a set of built-in methods that you can use on lists.

Note: It is important to understand the basics methods, but having knowledge of the other methods is also important. (The same thing could be said about the other Python data types.)

Project #1

Create a (1) program that demonstrates all of the Python list methods.

No input from a user is required. Static demonstration strings can be used.

Links

Python - List Methods

ALL 11 LIST METHODS IN PYTHON EXPLAINED (YouTube)