The range() function can only work with integers (whole numbers, not decimals/floats). The easiest way is to use numpy.arange or numpy.linspace option and ...
確定! 回上一頁