What is a palindrome number?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / glibwaresoftsolutions
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 |
What does none type mean in python?
How do you remove the leading whitespace in a string in python?
Explain split(), sub(), sub() methods of “re” module in python?
Explain raise keyword?
How can you organize your code to make it easier to change the base class?
Explain static class variables in python?
Which language should I learn first c or python?
How do you escape a string in python?
What do you understand by monkey patching in python?
What is the difference between a list and a tuple?
What is enumerate() explain its uses?
Explain split(), sub(), subn() methods of “re” module in python.