# order to add the elements of [30.01, 30.02, 30.03] to my_list and multiply the resulting list by 2. my_list = [10, 10.5, 20, 30, 25.6, 19.25, 11.01, 29.99] ...