質問するログイン新規登録

回答編集履歴

1

pythonをpython3に明記しました

2021/05/21 10:11

投稿

tatsu99
tatsu99

スコア5540

answer CHANGED
@@ -17,7 +17,7 @@
17
17
  datas2の内容:6789
18
18
 
19
19
  実行コマンド
20
- python test.py | tera
20
+ python3 test.py | tera
21
21
 
22
22
  test.pyは上記のpythonのスクリプトのファイル名
23
23
  teraはC言語の実行モジュールのファイル名