A usage of List Comprehension in Python. mylist = [1,7,18,20,22] newlist = [x for x in mylist if x > 15]