The Function Powxyz Is Evaluated As #604
The function pow(x,y,z) is evaluated as:
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Built-in Functions - Python Built-in Functions - Quiz No.1.
The function pow(x,y,z) is evaluated as:
(x**y)**z
(x**y) / z
(x**y) % z
(x**y)*z