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