回答編集履歴

1

訂正

2020/06/16 11:11

投稿

otn
otn

スコア84499

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```Python
6
6
 
7
- subprocess.Popen([r'python.exeのフルパス', r'"C:\Users\username\Documents\Python program\全力\TODOLIST.py"'])
7
+ subprocess.Popen([r'python.exeのフルパス', r'C:\Users\username\Documents\Python program\全力\TODOLIST.py'])
8
8
 
9
9
 
10
10