Explore Library
Code QuizBeginner

Arithmetic Operators

Spot the wrong operator used for exponentiation.

Codepython
result = 2 ^ 3
print(result)

What is the bug in this code?