I want to generate the numbers from 1 to 99 with range(100), but each output is a string. Example: (\'1\',\'2\',\'3\',...).
I already tried this solution but I get th