So I am working with input that is pasted from a PDF file, and I was
wondering if there is any way I can do so without the program terminating
abruptly because of the newlines. I know that multiple lines of input can
be achieved via a loop with string concatenation, but this is not what I'm
looking for. Remember, I am trying to directly cut and paste a PDF
paragraph with newlines into a console program without an unexpected exit.
Take a look at the following PDF for an example: Example PDF
<http://www.energy.umich.edu/sites/default/files/pdf-sample.pdf>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to