I have been learning python as my 2nd programming language after javascript (Stopped learning it). When learning python, I haven't really paid attention to small things like the difference between tuples and arrays. Both of them can store some specific value, all I know is the difference is that in arrays we put our values we want to store between []'s, in tuples we store them between ()'s. Just please, tell me the difference.