Check if Any Number is Positive

Use any() to check whether at least one number in numbers is positive. Store the result in has_positive.
Python
Setting up Python environment...
Output