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 |
How do you get the last value in a list or a tuple?
What are the two main data types in python?
What is the python keyword "with" used for?
What is super in python class?
Do you know the number of keywords in python? Why should you know them all?
What is range() in python?
What is map?
Boolean have 2 possible values. Are there types in python that have 3 possible values?
What is a metaclass in Python?
Does the functions help() and dir() list the names of all the built_in functions and variables? If no, how would you list them?
How do you make a higher order function in Python?
What is memory management in python?