Power calculations in Python

Question:
Which operator in Python is used for power calculations?

  1. ^
  2. **
  3. %
  4. //
Answer:
B - is the correct answer