from pathlib import Path open('evil.pkl','wb').write(Path('evil_final.pkl').read_bytes()) print('copied')