+ 2
how do 2**5 is 32
I'm confused how the 2**5 is 32 like what is that multiply or somthing I'm confused
10 Antworten
+ 12
2 power 5
** is treated as power operator..
so 2*2*2*2*2=32
+ 5
mind**blown
+ 4
2^5
+ 4
yeah the 5 means that 2 is multiplied by itself 5 times
+ 2
It's not in a language, it is the universal symbol for "to the power of". 2 to the power of 5.
+ 2
Okay Thank You Guys For Answers
+ 1
Its python syntax @kamakshi
0
@Sami Khan, In which language ** is ^.
0
Oh Okk thank you
- 1
what