9 Answers
+ 14
Python allows you to do
2**3**2
which will be evaluated top-down as
2**(3**2)
+ 7
olatunji kayode Sololearn courses are meant for that.https://www.sololearn.com/Course/JUMP_LINK__&&__Python__&&__JUMP_LINK/?ref=app
+ 3
Hatsy Rei - Well explained! Thanks.
+ 2
What is slicing and indexing ?
+ 1
Para exponentes usar **
2**2 = 4
0
2**3**2 would be 512 ,or how much?
0
2**3**2 would be 512 ,or how much?
0
Hatsy what is the output of that code
- 1
hi am new here can anyone teach me python