0
How to add powers to a number in python ?
3 ответов
+ 3
The ** operator and the pow() function calculate the power of a number in Python. The ** operator raises the number on the left to the power of the number on the right.
pow(base, exponent, modulus)
+ 2
https://www.sololearn.com/discuss/2292359/?ref=app
https://www.sololearn.com/discuss/1808261/?ref=app
https://www.sololearn.com/discuss/2077713/?ref=app
Hello Amshu G M, this question has been asked a few times before. Next time use the search bar before you ask a new question
0
Thanks