PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Python Multiple Choice Questions
Which of the following will run without errors ?
A. round(45.8)
B. round(6352.898,2,5)
C. round()
D. round(7463.123,2,1)
Show Answer
Next Question
Correct Answer:
A
Explanation: Execute help(round) in the shell to get details of the parameters that are passed into the round function.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap