Let s say I had a .txt document with 1,000 names in it. The document would look like this:
Jon Jane Joe Jack Jeremy
and, so on.
Now, let s say, I wanted to append "is lame." to each of the names. So, I d want the list to look like this:
Jon is lame. Jane is lame. Joe is lame. Jack is lame. Jeremy is lame.
and, so on.
我将如何从指挥线 p起这样做?