質問編集履歴
3
スペルミスを修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,9 +14,9 @@
|
|
14
14
|
|
15
15
|
コマンドプロンプトで実行しようとした場合のエラー
|
16
16
|
|
17
|
-
```python h
|
17
|
+
```python hello.py
|
18
18
|
|
19
|
-
python: can't open file 'h
|
19
|
+
python: can't open file 'hello.py': [Errno 2] No such file or directory
|
20
20
|
|
21
21
|
```
|
22
22
|
|
2
コマンドプロンプトで実行した際のdirを追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -53,3 +53,7 @@
|
|
53
53
|
実効を試みた際のファイルの置き場所
|
54
54
|
|
55
55
|
![イメージ説明](3d250480e6450e15083442dcd007f537.png)
|
56
|
+
|
57
|
+
コマンドプロンプトで実行を試みた際のdir コマンドプロンプトと同じファイルに.pyファイルを置くべきなのでしょうか。
|
58
|
+
|
59
|
+
![イメージ説明](3e2dfbc954f90693d1314b002c9abd99.png)
|
1
実効しようとした際のファイルの置き場所を載せました
test
CHANGED
File without changes
|
test
CHANGED
@@ -47,3 +47,9 @@
|
|
47
47
|
コマンドプロンプトで実行しようとした際のエラー
|
48
48
|
|
49
49
|
![イメージ説明](14587818762933cf0666dd820e490271.png)
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
実効を試みた際のファイルの置き場所
|
54
|
+
|
55
|
+
![イメージ説明](3d250480e6450e15083442dcd007f537.png)
|