google.com, pub-4617457846989927, DIRECT, f08c47fec0942fa0 Learn to enjoy every minute of your life.Only I can change my life.: Python program to check if a string is palindrome or not

Friday, December 27, 2019

Python program to check if a string is palindrome or not

Python program to check if a string is palindrome or not

Answer:

my_str = 'Madam'
my_str = my_str.casefold()

rev_str = reversed(my_str)

if list(my_str) == list(rev_str):
   print("The string is a palindrome.")
else:
   print("The string is not a palindrome.")


Output:

The string is a palindrome.

No comments:

Post a Comment

श्री राम मंत्र

  श्री राम मंत्र यहाँ श्री राम मंत्र के कुछ प्रमुख मंत्र हैं: 1. ॐ श्री रामाय नमः - यह मंत्र भगवान राम की आराधना और उनकी कृपा प्राप्त करने क...