Consider the following Python session and its output. >>> im…
Consider the following Python session and its output. >>> import numpy as np >>> a = np.random.uniform(size=(4, 8)) >>> b = a/a >>> print(XXXX) 1.0 What should you replace XXXX with in order to get the following output?