Using Python Say I have an array of 10,000 values. With this array…

Question Answered step-by-step Using Python Say I have an array of 10,000 values. With this array… Using PythonSay I have an array of 10,000 values. With this array containing 10,000 values, I would like to:1. subtract 25 from each value in the array,2. remove any negative numbers and3. print the average array.How can this be done without using any loops?  Computer Science Engineering & Technology Python Programming CSC 2302 Share QuestionEmailCopy link Comments (0)