測試資料應該是以 EOF 結束, 所以要使用
while True:
try:
str1 = input()
# 字串翻轉 主程式開始
....................
except:
break