How to perform 'Check Palindrome' in Python.
# Task: Check Palindrome
# Language: Python
def check_palindrome():
# Implementation for Check Palindrome
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Check Palindrome
print('Done')