names = ["Adam", "Maria", "Kevin", "Madison", "John", "Bailey"]
I want all the items in this string to print except the names that begin with the letter M. How do I do that. I just started an online course and I am trying to figure this part out. I have re-watched some of the videos and seem to miss the information that will get everything to print that does not start with M.