A
Anthony Papillion
Hello Everyone,
I have a multi-line string and I need to remove the very first line from
it. How can I do that? I looked at StringIO but I can't seem to figure
out how to properly use it to remove the first line. Basically, I want
to toss the first line but keep everything else. Can anyone put me on
the right path? I know it is probably easy but I'm still learning Python
and don't have all the string functions down yet.
Thanks,
Anthony
I have a multi-line string and I need to remove the very first line from
it. How can I do that? I looked at StringIO but I can't seem to figure
out how to properly use it to remove the first line. Basically, I want
to toss the first line but keep everything else. Can anyone put me on
the right path? I know it is probably easy but I'm still learning Python
and don't have all the string functions down yet.
Thanks,
Anthony