Question #723

What is the output of the code snippet below?
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)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵