“função python palindroma” Respostas de código

Programa Python Palindroma

n = input("Enter the word and see if it is palindrome: ") #check palindrome
if n == n[::-1]:
    print("This word is palindrome")
else:
    print("This word is not palindrome")
    print("franco")
Prickly Parrot

função python palindroma

bilangan = (5 % 3 ** 2) + (3 + 2 * 2) * (4 - 2) 
print(bilangan)
Shy Squirrel

Respostas semelhantes a “função python palindroma”

Perguntas semelhantes a “função python palindroma”

Mais respostas relacionadas para “função python palindroma” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código