The key principle is the principle of right-to-left associativity for exponential operations. In Python, 2**3**2**1 is evaluated as 2**(3**(2**1)), which equates to 2**(3**2) == 2**9 == 512.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
akumo
1 month agoOluwafemi_Akinlosotu
1 month ago