Q8
Single choice
Consider the following list. data = [1, 5, 10, 19, 55, 30, 55, 99] Which of the code snippets below would produce a new list like the following? [1, 5, 10, 99]
