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 do you mean by *args and **kwargs?
How to save an image locally using python whose url address I already know?
Give an example of a shuffle() method?
Does python have inheritance?
Name the arithmetic operators supported by python.
What are the python types?
What type of language is Python?
Do you always need a default constructor?
Is python sorted stable?
Do you know why lambda forms in python does not have statements?
Why super is used in python?
What is __init__.py for?