Analyze the python code provided below and determine whether it is tail recursive or not. Explain your reasoning. 2024-9-19 12:27 | 19 | 0 | A2 28 Words | Few seconds Finally, if the provided function is not tail recursive, explain how it could be modified to use tail recursion. If tail recursive, explain what makes it tail recursive. A2IterationRecursionUnsolve