Programming
Program to find the x-intercept and y-intercept of a line passing through the given point in Python
In this instructional exercise, we will figure out how to discover the x-catch and y-block of the line going through the given two-point in the Python programming language? The x-catch is where the line cut the x-pivot and the y-block of the line is where the line will cut the y-hub. As we as a … Read more
Program to find the execution time of a program in Python
In this instructional exercise, we will figure out how to discover the execution time of a basic program that will compute the factorial of a huge number in the Python programming language? The execution time of a program is characterized as the time spent by the framework to execute the undertaking. As we as a … Read more
Find the N-th number which is both square and a cube of a number in Python
In this program, a number N will be given by the client and we need to discover the N-th number which is both square and 3D square. Example of certain numbers which are both square and 3D shape are 1, 64, 729, and so on. A straightforward methodology will strike a chord that makes a … Read more
Print all uppercase and lowercase alphabets in Python
Here, we will figure out how to print them all capitalized and lowercase letters in order in Python programming language? To carry out this responsibility, we will utilize the ideas of ASCII esteem. ASCII represents the American Standards Code for Information trade. It gives us a numerical incentive to the portrayal of characters. The ASCII … Read more