I want to make function write_file_to_other_file(source_path, destination_path) which will create exact copy of source file to destination file. But the problem
write_file_to_other_file(source_path, destination_path)