increment each element in list int code example Example: increment all elements list python def incr(lst, i): return [x+i for x in lst]