Is there a range() equivalent for floats in Python? >>> range(0.5,5,1.5) [0, ... : range() step argument must not be zero ...
確定! 回上一頁