#leetcode 125 Valid Palindrome #softwareengineer # #algorithms #coding #interviewpreparation #code

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Well with python it is :

n = input ()

print('palondrome') if n == n[:::-1] else print ('not a plaindrome:')
#though it does not work for any words like ka . !yak

proudtobeindian
welcome to shbcf.ru