Using Python and NumPy. Thank you.
(7) Write a function "increasing(data)" that returns True if the input array is strictly increasing or False otherwise. Hint: np.diff() returns the difference between consecutive elements of a sequence. There is also a hidden, invisible test which covers different input data.