Write a python program to check if a string is a palindrome or not?
Write a python program to find the second largest number in a list?
Write a python program to swap the first and last value of a list?
Write a python program to print table of a given number?
Write a python program to check common letters in two input strings?
How to print sum of the numbers starting from 1 to 100?
Write a function, tokenize_string(input_string, delimiter_list) that returns a list of strings that are separated by the delimiters. For example: tokenize_string("How now, Mrs. Brown Cow") returns ['How', 'now', 'Mrs', 'Brown', 'Cow']
Write a python program to check if a number is an armstrong 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
Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.
Write a python program to count the number of vowels in a string?
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 perfect number?