My approach entails:
- Creating a function that takes the sequence or string as an argument
- Converting the sequence to lowercase and replacing the non-alphanumeric characters with '' (literally nothing)
- Declared an empty list to accommodate each character of the sequence
- A for loop was used to add each character to the empty list created
- Used if condition, (.join()) and reversed function to compare if the characters are the same when reversed