Posts by Del • 1 point
1 post
-
-3
votes9
answers17879
viewsA: How to identify if a string is a palindrome?
To know if the word is palyndrome or not, using function. Explanation of some commands: ". Lower()" -> Returns the whole word in lower case letters. " [::-1]" -> returns the word backwards. "…