On Wed, 18 Sep 2013 05:14:23 -0700, nikhil Pandey wrote: > I want to iterate in the inner loop by reading each line till some > condition is met.how can i do that. Thanks for this code.
while not condition:
read line
Re-write using Python syntax, and you are done.
--
Steven
--
https://mail.python.org/mailman/listinfo/python-list
