Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Python-3.3.2。如何使用range()来实现浮动类型的步骤?假设我的代码是:
range()
for x in range(1.5,20,0.25): print(x)