I'm currently working on a program that check whether a given string is palindrome or not.
As I input this long string (it's a huge palindrome made in the 80's), Python shell keeps splitting the string, running another input in which he keeps working on the text.
How can I have all the text in one single input entry?