-
Check whether given floating point number is even or odd in Python
-
Check whether given string can be generated after concatenating given strings in Python
-
Check whether given three numbers are adjacent primes in Python
-
Check whether it is possible to make both arrays equal by modifying a single element in Python
-
Check whether K-th bit is set or nots in Python
-
Check whether N is a Dihedral Prime Number or not in Python
-
Check whether product of 'n' numbers is even or odd in Python
-
Check whether product of digits at even places is divisible by sum of digits at odd place of a numbers in Python
-
Check whether product of digits at even places of a number is divisible by K in Python
-
Check whether product of integers from a to b is positive, negative or zero in Python
-
Check whether right angled triangle is valid or not for large sides in Python
-
Check if a number can be expressed as a^b in Python
-
Check whether second string can be formed from characters of first string in Python
-
Check whether sum of digits at odd places of a number is divisible by K in Python
-
Check whether the Average Character of the String is present or not in Python
-
Check whether the bit at given position is set or unset in Python
-
Check whether the frequencies of all the characters in a string are prime or not in Python
-
Check whether the given number is Euclid Number or not in Python
-
Check whether the given number is Wagstaff prime or not in Python
-
Check whether the given numbers are Cousin prime or not in Python