Answered You can hire a professional tutor to get the answer.
Using python 3 design a function: largest_palindrome_prod(len_1, len_2):
Using python 3 design a function: largest_palindrome_prod(len_1, len_2): that takes two integers len_1 and len_2, and returns the largest palindrome that can be formed by multiplying an integer with len_1 digits and an integer with len_2 digits.