0

我正在使用 Python-3.3.2。如何使用range()来实现浮动类型的步骤?假设我的代码是:

for x in range(1.5,20,0.25):
    print(x)
4

0 回答 0