Problem solving exercise II

In this section we go through the steps of analysing and solving the problem:

Write a Python program that accepts a word from a user via the keyboard, checks if the word is a Palindrome and tells the user the result via console. The word must be at least two characters long.