“Funktion palindrome python” Code-Antworten

Python Palindrome -Programm

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

Funktion palindrome python

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

Ähnliche Antworten wie “Funktion palindrome python”

Fragen ähnlich wie “Funktion palindrome python”

Weitere verwandte Antworten zu “Funktion palindrome python” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen