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