0
2**5
How to solve
2 Antworten
+ 5
As your profile shows you are learning python.
As per python syntax 2**5 means 2⁵
That's 2×2×2×2×2 = 32
+ 2
Mohammad Atif It is exponentiation operator ..
2**5 =2^5=32
Read this :
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2273/?ref=app