Lists

 In variable u can only type one aplpha or numeric:

A = 42
But if u want to store More:
myFruit = ["Apple", "Cherry", "Watermelon"]
mynum = [42,1,3,8]
This is How you can store more Remember it starts from square brackets []