Posts by Buzz • 21 points
1 post
-
2
votes9
answers17879
viewsA: How to identify if a string is a palindrome?
Here’s a simplified way I found to resolve the issue. Here comes the code.. palavra_1 = str(input('Qual palavra deseja verificar se é um palídromo? ')) palavra_2 =…