I'm learning the basics of python
and I came across an exercise where I have to build the following sequence:
1
12
123
1234
12345
123456
1234567
12345678
123456789
I think it's a simple thing to do, but can anyone help me?