
If you want to group values and elements together in a container, you can use arrays in most cases. Although arrays are not common in Python, the language offers a good alternative: lists allow you to create arrays in Python. Here you will learn how it works, what you need to consider and which methods you should know.

