PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Python Multiple Choice Questions
The function pow(x,y,z) is evaluated as:
A. (x**y)**z
B. (x**y) / z
C. (x**y) % z
D. (x**y)*z
Show Answer
Next Question
Correct Answer:
C
Explanation: The built-in function pow() can accept two or three arguments. When it takes in two arguments, they are evaluated as: x**y. When it takes in three arguments, they are evaluated as: (x**y)%z.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap