Program to calculate LCM of two numbers
Let’s understand the various methods to write a Python program to calculate LCM of two numbers. What is LCM? LCM…
a place to learn Python
Let’s understand the various methods to write a Python program to calculate LCM of two numbers. What is LCM? LCM…
Let’s understand the various methods to write a Python program to calculate HCF of two numbers. What is HCF? HCF…
Let’s understand the different ways to write a Python program to calculate factorial of a number. What is factorial of…
A point identified by the co-ordinates X1,Y1 is at a distance from the point identified by the co-ordinates X2,Y2. Let’s…
A point identified by the co-ordinates x,y is at a distance from the origin identified by the co-ordinates 0,0. Let’s…
A point identified by the co-ordinates x,y is in one of the four quadrants of the co-ordinate system. Let’s write…
Let’s write a Python program to generate factors of a number. What are factors of a number? The factors of…
Let’s write a Python program to generate Fibonacci series. We will also write a program to generate the prime numbers…
Let’s write a Python program to check if number is prime or not. What is a Prime number? A number…