increment all values in a list of lists python code example Example: increment all elements list python def incr(lst, i): return [x+i for x in lst]