what is 430x430? The size of one row?
Explain the ques?
Hey @debjanihome, basically we have to make ans = np.zeros((430,430,3)) 3 Is for three channels. 43)*430 is the corresponding height * width of the ans image.
Now according to this size of one row = (430,3) means it has 430 columns, and fol each column we have 3 values corresponding to 3 channels.
HOpe this resolved your doubt.
Plz mark the doubt as resolved 