OUTPUT Of Python C.ode
string=input("entrer a string=")
lenght=len(string)
mid=lenght/2
rev=-1
for a in range(lenght):
if string[a]==string[rev]:
a+=1
rev-=1
else:
print(string,"is not a pallendrome")
break
else:
print(string,"is a planedrom")
Answers
Answered by
20
Answer:
Output of python C.ode is Given above in the attachment
python used - Anaconda Version
Attachments:
Answered by
0
Explanation:
Mark me as a brainliest plz
Attachments:
Similar questions
World Languages,
1 month ago
English,
1 month ago
Social Sciences,
1 month ago
Math,
2 months ago
Math,
2 months ago
Math,
10 months ago
Math,
10 months ago