list = [same as array with different features] array = [23, 'arrayItem', True, ['Hi', 34, False] ] dictionary = {'key' : 'value'} object = class testObj: tuple = ( "a", "b", "c", "d" ); #same as list but non-changable