Ihatemath1322 Ihatemath1322 28-11-2022 Computers and Technology contestada what values will list2 contain after the following code executes? list1 = [1, 10, 3, 6] list2 = [item * 2 for item in list1 if item > 5]