Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 340 Bytes

011-Lists.md

File metadata and controls

5 lines (3 loc) · 340 Bytes

Lists

What are lists in Python?

A list is a collection of data and can be applied to a vairable. Lists can comprise of integers, floats and strings. The elements of a list are indexed and have a specific order, meaning you can access specific items within a list using its index number (which always starts at 0 for the first item).