Hi all,
my question is maybe quite simple:
What is the best (and shortest) way to extract sentence from .txt file?
Thanks in advance,
Robert Pazur
--
http://mail.python.org/mailman/listinfo/python-list
for line in file.xreadlines():
if "driving" in line:
print(line)
---
Robert Pazur
Mobile : +421 948 001 705
Skype : ruegdeg
2011/5/6 Chris Rebert
> On Thu, May 5, 2011 at 2:26 PM, Robert Pazur
> wrote:
> > Dear all,
> > i would like to access s
got some Python experience) so i really appreciate any
help!
Kind regards,
Robert.
-------
Robert Pazur
--
http://mail.python.org/mailman/listinfo/python-list