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 #172
print(float("1.2.3"))
The float() option cannot cast a string with multiple dots to a string. (docs.python.org/3/library/functions.html#float)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: