This is the second post in a series for those who have never used Python but have used a programming language before. These posts are an introduction to this delightful and popular programming language.
The first post introduced Python’s most basic data types: int, float, str, bool, and None. In this post we’ll meet the list-like data types.