+ 3
how is 2**5 =32???????
33 odpowiedzi
+ 12
it means 2*2*2*2*2=32
+ 11
multiplying 2 five times
+ 3
2^5
+ 3
** just means 'to the power of'
eg. 8**2 <---this is the same as 8^2 ... which is 64
+ 2
There were some basic mistakes.... Below code will work fine ... Compare it with yours and see the mistakes
x1=10
x2=5
if (x1+x2) == 15:
print("yes")
else:
print("false")
+ 2
it means multiplying 2 five times
+ 2
its simple maths man
+ 2
2x2x2x2x2=32
2+2+2+2+2+2+2+2+2+2+2+2+2+2+2+2= 32
+ 1
exponentiation means power of a number
+ 1
i. e. multiplying 2, 5 times
+ 1
ok thank.you very much
+ 1
bascially yeah you are right jenil but you could use a calculator if you want to just write 2 and the little five on the top
+ 1
you are right
+ 1
#2*2=4 #4*2=8 #8*2=16 #16*2=32
+ 1
2*2*2*2*2
+ 1
2^5=32
+ 1
2 raise to the power 5
+ 1
2^5=32
+ 1
Its simple dude.
+ 1
2 × 2 × 2 × 2 × 2 = 32