Write a python program to check common letters in two input strings?
No Answer is Posted For this Question
Be the First to Post Answer
Write a python program to check if a number is a perfect number?
Write a function that takes as input a binary tree, and prints out each level of the tree on a newline. For example: a / b c / / d e f will output: a b c d e f
If basic HR function like recruitment, training are outsoureced then, why do companies have their own HR department?
What is the output when we execute list(“hello”)?
Write a python program to check if a number is a palindrome or not?
How do you set a global variable inside a function?
Write a python program to check if a number is an armstrong number?
Write a python program to print table of a given number?
What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?
Write a python program to check if a number is a strong number?
how are functions defined in python ?
Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.