标签: python-3.x
我使用的是Python-3.3.2。如何使用range()来实现浮动类型的步骤?假设我的代码是:
range()
for x in range(1.5,20,0.25): print(x)