Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"
No Answer is Posted For this Question
Be the First to Post Answer
The sum of three numbers is 20. The second number is 4 times the first number , and the sum of the first and third is8. Find the numbers.
Write a python program to check if a number is a palindrome or not?
Write a python program to check if a number is a strong number?
Discuss an algorithm to traverse a tree, depth first.
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 python program to print table of a given number?
Write a python program to check common letters in two input strings?
Write a python program to count the number of vowels in a string?
Write a python program to check if a number is a prime number?
What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?
Write a simple "Hello User" python code snippet.
What is the output when we execute list(“hello”)?