A
acatejr
I have a text file and each line is a list of values. The values are
not delimited, but every four characters is a value. How do I get
python to split this kind of data? Thanks.
not delimited, but every four characters is a value. How do I get
python to split this kind of data? Thanks.