Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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)

Answer: a
Explanation: Execute help(round) in the shell to get details of the parameters that are passed into the round function.

Join The Discussion