PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Python Multiple Choice Questions
What is returned by int(math.pow(3, 2))?
A. 6
B. 9
C. error, third argument required
D. error, too many arguments
Show Answer
Next Question
Correct Answer:
B
Explanation: math.pow(a, b) returns a ** b.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap