how to substract every element in a list by a number in python code example Example: python subtract every element in list a = [x - 13 for x in a]