Which operator is use for calculate power of a numeric value?
Answers
Answered by
0
Answer:
Power (exponent) operator
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
Answered by
0
Answer:
Power (exponent) operator
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 is **.
Similar questions