Vidyalelo
Python · Q41

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 41

Q41

Which of the following will run without errors?

A.
round(45.8)
Answer
B.
round(6352.898,2,5)
C.
round()
D.
round(7463.123,2,1)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board