ELI5: Explain Like I'm 5

array data type

An array is like a list where you store information. Imagine you have a bunch of apples. You can put them in a list and call it an array. In programming, an array is like a list, but instead of apples, it stores information like numbers, words, or even other lists.