python eof 是,while True: reply = input('Enter text') if reply == 'stop': break print(reply.upper()) 其結果是: Enter text:...
確定! 回上一頁