I need to understand the usage of operators in the following python code snippet. I'm not familiar with the usage of * in the np.zeros() statement. It looks like the pointer dereferencing operator in c, but I'm guessing not.I need to understand the usage of operators in