Given a list, for exemple. L: [2,-1,4,5,0,-6,7,-9]. How do I count members of the list that are less than 0, print that data and then print such members?