I'm trying to figure out how to read a certain part of a string using python, but I can't seem to figure it out, and nobody has the solution I'm looking for.
I have multiple lines formatted similarly to this:
1235:9875:0.1234
Its separated with colons, but the thing is that the length of the line varies, so only reading a certain amount of characters wont work.
Anyone have any idea how to do this? I really need to know this and I hope that this can help other people in the future.