Message31001
| Author |
draghuram |
| Recipients |
| Date |
2007年01月22日.17:45:05 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Ok. This may sound stupid but I couldn't find a way to attach a file to this bug report. So I am copying the code here:
************
import sys
line = sys.stdin.readline()
while (line):
print line,
line = sys.stdin.readline()
print "eof"
*************
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:51:15 | admin | link | issue1633941 messages |
| 2007年08月23日 14:51:15 | admin | create |
|