Hi, I wrote this code as a starting point but did not expect it to pass all tests. I do not understand why it works with empty lists.
If lines is an empty list, then len(lines)=0. So {i+1} should generate an error, shouldn't it ?
thanks :)
Loading collection data...
Hi,
I wrote this code as a starting point but did not expect it to pass all tests.
I do not understand why it works with empty lists.
If lines is an empty list, then len(lines)=0.
So {i+1} should generate an error, shouldn't it ?
thanks :)