Computer Science, asked by ayyalusamymanisha, 9 months ago

What is power operator

Answers

Answered by sana00070
7

Answer:

The power operator binds more tightly than unary operators on its left; it binds less tightly than unary operators on its right. The syntax is: ... The power operator has the same semantics as the built-in pow() function, when called with two arguments: it yields its left argument raised to the power of its right argument.

I HOPE YOU IT HELPS U DEAR.... KEEP SMILING...

Answered by manishathakur10588
0

Explanation:

One important basic arithmetic operator, in Python, is the exponent operator. It takes in two real numbers as input arguments and returns a single number. The operator that can be used to perform the exponent arithmetic in Python ....

Similar questions