# welcome to softhunt.net # using a float number for i in range(2.5): print(i) print() # using a float number for i in range(15.75): print(i) print()