python 2d list append code example Example: python 2d array append arr = [] arr.append([]) arr[0].append('aa1') arr[0].append('aa2')