Palindrome Checker in Python

# Introduction A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward (ignoring spaces, punctuation, and capitalization). In this challenge, you will create a Python function to check if a given string is a palindrome or not.

|60 : 00

Click the virtual machine below to start practicing