[0.01 * n + 0.01 for n in range(100)]
I want the value like:
[0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07...]
But returns:<