Multiple choice Which of the following is the exponent operator? $ ^ ** % Reveal answer Fill a bubble to check yourself C Correct answer Explanation In Python, the double asterisk (**) is the exponentiation operator used to raise a number to a power.