Blog

What is the output of the code below?

for x in range(0.1, 10.1):

print(x)