“función palindrome python” Código de respuesta

programa Python Palindrome

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

función palindrome python

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

Respuestas similares a “función palindrome python”

Preguntas similares a “función palindrome python”

Más respuestas relacionadas con “función palindrome python” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código