Python Program to Check a String is Palindrome or Not - In Hindi

preview_player
Показать описание
Python Program to Check a String is Palindrome or Not - In Hindi Tutorial #53

In this tutorial I have explained a program to check whether a given string is palindrome string or not. A palindrome string is one whose reverse is equal to the original string. For example if we reverse a string MADAM then the reverse of the string will be MADAM which is similar to the original string and hence this is called Palindrome string

Dear Friends, please help this channel to grow. I will keep uploading quality python tutorial for you.

Tags Used:

palindrome
palindrome program
palindrome program in python
palindrome string program in python
string slicing in python
string reverse in python
string palindrome in python
string in python
string in python in hindi
python string programs
python string fuctions
python string slicing
palindrome number
palindrome string program
python program plaindrome
palindrome or not

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

Thank you sir for making this so much easier..thank you so much🙂

shailyraj
Автор

THIS WAS A VERY SIMPLE QUESTION WHICH MY INTERVIWER STATED WITH, BUT I DID SO MANY NUMBER QUESTIONS THAT I FORGOT HOW TO ENTER A STRING AT THAT TIME . SO FROM THEN I DONT TAKE ANY PROGRAM AS EASY . THANKU FOR MAKING THIS VIDEO.

govindasindhu
Автор

Thanku sir.❤ Isko hm function me bi likh skte hai. Apne easily bta diya. Ab me exam me function me likh dunga 😅

MovieOk-pq
Автор

Thanku sir very useful c programming language the best important trick

Rdx.Vlog_mithlesh
Автор

Best ever in short, , , I ever seen
Appreciate your work

anupamjha
Автор

Thank you sir for makeing so much easy program

rajatsingh-krishna
Автор

Sir, your way of teaching methods and explanation is very useful for me..
Thank for making the videos for us..

sakshigupta
Автор

a person who can make each program easy for us thank u so much sir keep making questions/answer videos plz sir a humble request from ur student plz sir on python class 11

StudyGuru
Автор

You have excellent teaching skill, sir and thank you so much for providing useful contains.

shubhamkakade
Автор

MY try-
a=input("enter string:")
if (a[::-1]==a):
print("PALINDROME")
else:
print("Not a palindrome")

Helly
Автор

Thank you sir . It's easy to understand 🤗🤗🙂🙂

TANgoarts
Автор

Thank you sir, it's really helpful

SarojKumar-rclw
Автор

We can write b=a[::-1] as well to reverse the string.

samsxedits
Автор

Thank you sir for this program and nice explanation also 🙏👍🏻🙏👍🏻

isbahahmed
Автор

Thank you so much sir.
It was really helpful!

eesnehhil
Автор

thanku sir complete this python series

AshishYadav-hhtb
Автор

Make a video on sentence palindrome
Every one is doing word palindrome
Wts new about ur video
Be the change

maheshappaji
Автор

If the string is Madam then the reverse will be madaM
these strings are not equal but are palandromes
this is a drawback of the code u told here sir

raghavaggarwal
Автор

I have subscribed you... very beautiful explanation thank you sir. We want more videos on python.

kanchansil