raquelwilliams3249 raquelwilliams3249 13-12-2022 Mathematics contestada Create a Python recursive function to implement the recurrence relation below. The function should be able to be called in a statement like: print(b(5)).a. 2 if n 1 bn if n = 1b. 3+Bn-1 if n > 1