do not forget to import sys

import sys
for line in sys.stdin:
    print line,
print "eof"


On Wed, May 25, 2011 at 9:12 PM, Aman (neshu) Agarwal <
[email protected]> wrote:

> for line in sys.stdin:
>     print line,
> print "eof"
>
>
> --
> Aman Agarwal
>
>
>


-- 
Aman Agarwal

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to