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 #723
print(10/2)
Whenever Python divides floats or integers (here 10 by 2 ), the result is automatially cast to a float. (hackerrank.com/challenges/python-division)
Question difficulty: 🔵🔵🔵🔵🔵