質問編集履歴
1
エラーメッセージ全文を載せました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,17 @@
|
|
12
12
|
|
13
13
|
```
|
14
14
|
|
15
|
+
>>> & C:/Users/username/AppData/Local/Programs/Python/Python38/python.exe c:/Users/username/Documents/Python/neo.py
|
16
|
+
|
17
|
+
File "<stdin>", line 1
|
18
|
+
|
19
|
+
& C:/Users/username/AppData/Local/Programs/Python/Python38/python.exe c:/Users/username/Documents/Python/neo.py
|
20
|
+
|
21
|
+
^
|
22
|
+
|
15
23
|
SyntaxError: invalid syntax
|
24
|
+
|
25
|
+
|
16
26
|
|
17
27
|
```
|
18
28
|
|