Write a list comprehension that creates a list containing the numbers that result from the values 1 through 10 being multiplied by 1.5. That is, the list will contain the values 1.5, 3.0, 4.5, etc. through 15.0. Assign the new list to the variable nums.