how to append list in list code example Example: append python it=[] for i in range(10): it.append(i)