Creating Palindromes -- if possible -- from a string of letters.
This can be an interesting exercise. I think it is something that can help people learn to code well. I found this in the LinkedIn Python community: https://www.linkedin.com/groups/25827/.
The Palindrome Problem:
more ...Make a function that makes a palindrome out of the letters in a string …