Answer Posted / nashiinformaticssolutions
A palindrome is a word, phrase, or sequence that reads the same forward as it does backward, such as madam, nurses run, and so on.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is overriding in python?
In python, what is theano?
What is the difference between del() and remove() methods of the list?
Explain how can you make a Python Script executable on Unix?
How do I stop a python script?
What is the output of print str[4: ] if str = ‘ python language’?
In oops what is a diamond problem in inheritance?
What is tuple unpacking?
What is the use of enumerate() in python?
How can you find length of a tuple in python?
How useful is python?
What is shell scripting in python?
What is list comprehension and dictionary comprehension and why we use it?
Does python supports interfaces like in java or c#?
What is difference between pass and continue in python?