Answer:
here
Explanation:
Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation.
nums = [x*1.5 for x in range(1,11)]
print(nums)
The first line is the list comprehension and the second prints the list to the screen so you can see that it works.
Probably the minimum number in the given set so 5.