filmov
tv
Python Program to Find the Square Root

Показать описание
In this program, you'll learn to find the square root of a number using exponent operator and cmath module.
To understand this example, you should have the knowledge of:
1. Python Input, Output and Import
2. Python Data Types
3. Python Operators
In this program, we store the number in [num] and find the square root using the [**] exponent operator. This program works for all positive real numbers. But for negative or complex number, it will be for another video.
To understand this example, you should have the knowledge of:
1. Python Input, Output and Import
2. Python Data Types
3. Python Operators
In this program, we store the number in [num] and find the square root using the [**] exponent operator. This program works for all positive real numbers. But for negative or complex number, it will be for another video.