how does .append work code example Example: what is append use it=[] for i in range(11): it.append(i) print(i)