Computer Science for IGCSE & O level - Programming (Section 2 - No. 4)

Which operator is used for exponentiation (raising a number to a power)?
^
**
*
//

Explanation

** is the exponentiation operator in Python.

Comments (0)

Advertisement