A palindrome is a string that reads the same backward or for
A palindrome is a string that reads the same backward or forward. A double panlindrome is a string of two palindrome. For example randomrandom manman. Write a function to check if a string is a double palindrome.
Solution
So to check wether a string is a double palindrome or not, we can use the following function
Thank You for using Chegg...
