apend list code example Example 1: append python list.append(item) Example 2: what is append use it=[] for i in range(11): it.append(i) print(i)