Exponentiation
Another basic operation is exponentiation. This operation is equivalent to multiplication by itself a multiple number of times. For example, 5 raised to the third power is 125, since 5 * 5 * 5 = 125.
To perform exponentiation in Python, use the **
operator. The base is on the left, and the exponent is on the right of the **
operator.
Дякуємо за ваш відгук!
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Awesome!
Completion rate improved to 4
Exponentiation
Свайпніть щоб показати меню
Another basic operation is exponentiation. This operation is equivalent to multiplication by itself a multiple number of times. For example, 5 raised to the third power is 125, since 5 * 5 * 5 = 125.
To perform exponentiation in Python, use the **
operator. The base is on the left, and the exponent is on the right of the **
operator.
Дякуємо за ваш відгук!