Source Code:
(back to article)
for i in range(0, 1, 0.1): print(i)
Result:
Report an issue