Step1) loaded 5 images from the dataset and reseize them to 4 images of 200,200,3 and one of 100,100,3
step2) created ans=np.zero array of 430,430,3
step 3 ) filling the ans[10:210,10:210] with img_of Top_left and doing same for other three images. when I plot this using plt.imshow(ans) , its not showing properly.
What to do, i am stuck