質問編集履歴

1

内容の修正

2021/02/03 03:32

投稿

rinrin200011
rinrin200011

スコア8

test CHANGED
File without changes
test CHANGED
@@ -66,7 +66,7 @@
66
66
 
67
67
  def PlayMusicWith_cmd(): #MP3を再生する関数
68
68
 
69
- process = subprocess.call(command,shell = True) #/homeから指定する
69
+ process = subprocess.call(command,shell = True)
70
70
 
71
71
 
72
72