shutil.move( 'shutil.py' , 'Python' ). print ( "After moving file shutil.py to destination folder, destination contains:" ). print (os.listdir(path1)) ...
確定! 回上一頁