- 1
Print ( 2**5 )
Answer
9 Antworten
+ 12
Namit Jain 25 how 🤔
+ 10
32
use python code playground
+ 6
This operator is for exponentiation.
=> 2⁵
so 32
+ 5
Sabbir Hasan Rimon it will give error because in your code your print first char is in capital letters so it will give error
** This is for exponent to calculate power its same like you using power function in c and cpp 2**5 it will be 2⁵ means 32
+ 4
ÃKR Why is he trying to test us?
He can simply use the code playground
He can ask:
How is 2**5 = 32?
Then, I would have answered willingly
+ 3
5**2 = 25
+ 2
25
+ 2
Seb TheS Thanks
0
32