First, you import the shutil module, and then you call the shutil.copy(source, destination) function, where 'source' is the path of the file you want to copy, ...
確定! 回上一頁