I am very new to programming and Python!
for i in range(0.6):
print(i)
I am getting error:
Traceback (most recent call last):
File "<pyshell#20>", line 1, in <module>
for i in range(0.6):
TypeError: 'float' object cannot be interpreted as an integer