hi both there seem to be 2 forms of shut.copy() one with 2 more arguments - i tried both shutil.copy(src, dst, *, follow_symlinks=True) i also tried using ' and " as the delimiters but got the same errors - anything obvious? do i need a file type for my source file eg .txt - just cannot see one in t...