Skip to content

Tag: python

Sorting and Re-formatting a text file

Need help with the following: Reading from one string until another specified string. Merging 2 strings on separate lines onto 1 line I tried strip() and this was not successful. Create 2 separate arrays from the text provided. Given: Desired output: These sentences are separated because they will be put in a…