The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #894
round(3.1415, 0)
When round() takes a float as a first argument, it always returns a float. Here, 3.0 will be returned. (docs.python.org/fr/3.7/library/functions.html?highlight=r...)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: