How do I copy a file in Python?
I couldn\'t find anything under os.
from subprocess import call call("cp -p ", shell=True)