2017-03-18 59 views
1

ファイル名をpythonで変更しようとしていました。os.renameを使用してディレクトリに移動しましたが、曲名はos.rename('shokilla.mp3, new_shokilla.mp3')です私はすべてのアイデア Traceback (most recent call last): File "<pyshell#23>", line 1, in <module> os.rename('shokilla.mp3, new_shokilla.mp3') TypeError: Required argument 'dst' (pos 2) not found os.rename:TypeError:必要な引数 'dst'(pos 2)が見つかりません

答えて

関連する問題