Write a python program to print table of a given number?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to find sum of the digits of a number in python?
Write a python program to check if a number is an armstrong number?
Write a function that takes an array of integers and returns that array rotated by N positions. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]
How do you set a global variable inside a function?
Write a python program to check if a number is a perfect number?
Write a python program to check if a string is a palindrome or not?
If basic HR function like recruitment, training are outsoureced then, why do companies have their own HR department?
Write a python program to check if a number is a prime number?
Write a python program to find the second largest number in a list?
how are functions defined in python ?
Write a python program to print table of a given number?
Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"