Matplotlib - Image Display
What will be the output type of the variable
img after running this code?import matplotlib.pyplot as plt
img = plt.imread('sample.png')