Question: Python v 3.5: Create a program that reads a string and prints out any palindromes present in the string, including the number of palindromes in
Python v 3.5: Create a program that reads a string and prints out any palindromes present in the string, including the number of palindromes in the string(This will include repeat palindromes). Improve the function to ignore spaces and capitalization. But do not print any repeats of palindromes, in the example below, "aa" comes up 3 times, only print it once. (Please make a note in the code as to where you implement this) Ex: "aabbaaccaabb" aa, bb, aabbaa, cc, aaccaa, bbaaccaabb, would all be found (there could be more I just quickly saw these ones)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
