Let's start with a warm up task. We will create a variable named as zeros_array containing all zeros and having dimensions (3, 4, 2)
You need to write a function array_zeros() which assigns the variable zeros_array with numpy array of all zeros.
This function takes in no parameters
This function returns an array of dimensions (3,4,2)