Please use python to solve this question
Write a function called trig_ode which takes input parameters alpha, beta, y0 and tf (in that order and with default values alpha=1, beta=1, y0=0 and tf=10), and which plots the solution of the equation y 0 = sin(ay) + cos(ßt) , y(0) = y0 over the interval [0, tf ] where tf = tf, and where a = alpha and ß = beta.