Q. Which operator is used for exponentiation in Python? (A) ^ (B) ** (C) exp() (D) ^^ ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) ** Explanation: `**` is used to raise a number to a power in Python.