import numpy as np def gen_smeared_exp(N): res = np.zeros(N) ### START YOUR CODE HERE ### #### END YOUR CODE HERE #### return res