Tag Python rather than 'hajaj' please. If you want to mention a friend, then type @ followed by their name in the Description. Mentions don't work in question title nor the tags.
3rd Oct 2020, 1:43 PM
Ipang
+ 1
** is the power opearor in python..
Ex : 2**3 =>2 to the power of 3
print(2**3)
Output : 8