append function python takes a list code example Example: append python it=[] for i in range(10): it.append(i)