pow Python Function | Mastering Exponentiation for Python Beginners

preview_player
Показать описание
pow is a Python function that does exponentiation. It is identical to using the "**" operator for exponentiation. The four main cases covered in the video are positive exponents, negative exponents, fractional exponents, and zero to the power of zero. pow is one of Python's 71 built-in functions. The proper audience for this video is beginning Python programmers.

*When I mention negative exponents, I make a mistake. It's one over the first argument, raised to the absolute value of the power of the second argument. The result I give in the video is correct, I just explained it wrong*

#codingforbeginners #programmingbasics #pythontutorial
Рекомендации по теме