3. Write a function that accepts a number, say N, and returns a list of N zeros when called. For example, when called with f(3), it should return [0,0,0]..
3. Write a function that accepts a number, say N, and returns a list of N zeros when called. For example, when called with f(3), it should return [0,0,0]..