msg = ''
while msg != 'q':
    msg = input("請輸入訊息（輸入 'q' 結束）：")
    print(msg)