<法一>
import sys
for s in sys.stdin:
print('hello, '+s)
<法二>
while 1:
try:
s = input()
except EOFError:
pass
* EOFError(End of File Error)
參考資料: 高中生程式解題系統 (zerojudge.tw)
一些筆記紀錄,歡迎指教與討論
<法一>
<法二>
* EOFError(End of File Error)
參考資料: 高中生程式解題系統 (zerojudge.tw)
0 comments:
張貼留言