3. Use a list comprehension to create a list, CB4. The comprehension should consist of the cubes of the numbers 1 through 10 only if the cube is evenly divisible by four. Finally, print that list to the console Note that in this case, the cubed num ber should be evenly divisible by 4, not the original number.