Question #755

Which one will run without errors?

The function round() takes 2 parameters. The number to be rounded and, as optional, the number of digits up to which the given number is to be rounded.Also, the second parameter of round() cannot be a float()! (geeksforgeeks.org/round-function-python)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: