0

I don't know how to do it USING PYTHON.

But the program must print the missing letter in the given palindrome.

INPUT should be: input_string="abcdeedba"

OUTPUT should be: c

I guess we can solve this using set difference or split it into two halves and compare them

0 Answers0