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 debug a program in python? Answer in brief.
What is numpy array?
What do you know about palindromes? Can you implement one in python?
How do you concatenate strings in python?
What is __ getitem __?
How will you reverse a list?
Difference between __str__ and __repr__?
How do I convert time to seconds in python?
Write one line of code to get a list of names that start with character ‘j’?
How do I generate random numbers in python?
What are the key points of python?
Why we are using def keyword for method?