Posts by Leonardo • 73 points
1 post
-
7
votes2
answers1425
viewsQ: Nameerror: name 'ana' is not defined
I am a beginner in python and I needed to make a program that would verify if a given word is palindromo. The program then would be: #encoding: utf-8 palavra = input ('Palavra: ') if palavra ==…