everyone, I am new to python. how to generate ana array like [0.001, 0.1, 1,10]?
rlt = linspace(0.001, 0.1, 10)
But the above code only got point