If i have a text file such as:
"1,2,3,4,5 1 2 3 4 5
1
2
3
4
5"
How do i account for all of these different ways my numbers are separated if I am appending them to the same list?
If i have a text file such as:
"1,2,3,4,5 1 2 3 4 5
1
2
3
4
5"
How do i account for all of these different ways my numbers are separated if I am appending them to the same list?