sys モジュールのstdinから標準入力のファイルオブジェクトが取得できる # 標準入力から読み取って出力 import sys for line in sys.stdin: print("--> ...
確定! 回上一頁