File size: 109 Bytes
1566167
 
 
1
2
3
4
from pathlib import Path
open('evil.pkl','wb').write(Path('evil_final.pkl').read_bytes())
print('copied')