Python Programming - Operators - Discussion

Discussion Forum : Operators - General Questions (Q.No. 2)
2.
What is the result of the following operation: 2 ** 3?
6
8
16
64
Answer: Option
Explanation:
The ** operator is used for exponentiation in Python. In this case, 2 is raised to the power of 3, which is equal to 8.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.