List of Values

Learn and practice manipulating lists of values in Python.

What is a list?

In Python, a list is a comma-separated collection of values enclosed in square brackets and stored as a single variable. For example, ["apple","mango","banana"] is a list of strings. It can be stored as a variable just like any other data type.

Access this course and 1400+ top-rated courses and projects.