for loop append code example Example: append in a for loop python a=[] for i in range(5): a.append(i) a # the list with the new items.