I have to split the values from a txt file. Problem is I can't split all the data and return. I don't even know which str method will accomplish my goal. Here's what I want to do:
Given data:
1.02.34.35.55.33.64.64.46.74.36.67.45.68.53.75.54.45.23.67.24.98.67.45.23.75.2
what I want:
1.0
2.3
4.3
5.5
.
.
.
.
.
5.2