0
What is exponentation
hello guys I can't understand the expontntation can someone help me
2 ответов
+ 2
I assume you are querying about `exponents`. 
In Python, ** operator is used for exponent operations. So if you want to do something like x to the y power of, then use - 
x**y
+ 2
thanks bro



