“fonction palindrome python” Réponses codées

Programme 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

fonction palindrome python

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

Réponses similaires à “fonction palindrome python”

Questions similaires à “fonction palindrome python”

Plus de réponses similaires à “fonction palindrome python” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code