
If you want to bundle values and items in a container, you can use arrays for this in most cases. Although arrays in Python are not common, there is a good alternative in the language. Using lists, you have the option to create arrays in Python. Here you can learn how this works, what you need to consider and which methods you should know to be able to do this.