Write a function that takes an integer and returns the smallest number that is greater than the given number which is a palendrome.
For example, if the input was 111 the next palindromic number would be 121.
No Answer is Posted For this Question
Be the First to Post Answer
how are functions defined in python ?
Write a function that takes an unsorted integer array, and returns a three element subset whose sum is zero.
plz tell me the exam date for clerks in sbi
Discuss an algorithm to traverse a tree, depth first.
How do you set a global variable inside a function?
Write a python program to check if a number is a strong number?
Write a function that takes an integer and returns the smallest number that is greater than the given number which is a palendrome. For example, if the input was 111 the next palindromic number would be 121.
Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.
Can you write a program to find the average of numbers in a list in python?
Write a python program to count the number of digits in a number?
Write a python program to check if a number is an armstrong number?
How to print sum of the numbers starting from 1 to 100?