+ 1
Can't understand
6 Answers
0
2 to the power of 5 is 32 so.
+ 3
Hello, Sriram Roman !
What exactly you can not understand!
Please write in more detail, and people can help you.
+ 1
** is used for exponentiation in Python.
4 ** 3 = 4 * 4 * 4 = 64
** has also another use, but it has nothing to do with exponentiation, it can used in function parameters to pass certain arguments as dictionary in function parameters.
0
it says
>>>2**5
32
how 32 came
0
Actually what is '**'
0
thanks