回答編集履歴
1
追記
answer
CHANGED
@@ -1,2 +1,3 @@
|
|
1
1
|
`"path"`という文字列を渡してしまっています。
|
2
|
-
`with open("path",~`→`with open(path,~`
|
2
|
+
`with open("path",~`→`with open(path,~`
|
3
|
+
また`os.path.join("C:",`→`os.path.join("C:/",`としてください。
|