STEP #1

(1/2)

此处切换ai服务商,可对比多家ai的回复,取最优解。

上一步下一步关闭
酷代码 AI
菜单
全部AI  /  热门  /  AI写代码神器
服务商

编写一个程序,实现文件的复制python

```python import shutil def copy_file(src, dst): shutil.copy(src, dst) src = '源文件路径' dst = '目标文件路径' copy_file(src, dst) ``` [2024-05-28 14:11:40 | AI写代码神器 | 59点数解答]
相关提问