回答編集履歴
1
訂正
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
```Python
|
6
6
|
|
7
|
-
subprocess.Popen([r'python.exeのフルパス', r'
|
7
|
+
subprocess.Popen([r'python.exeのフルパス', r'C:\Users\username\Documents\Python program\全力\TODOLIST.py'])
|
8
8
|
|
9
9
|
|
10
10
|
|