I'm new to python (learning for 2 weeks only) and there's something I really can't even try (I have been googling for an hour and coulndn't find any).
file1 and file2 are both CSV files.
I've got a function that looks like:
def save(file1, file2): 
it is for file2 to have the same content as file1. For example, when I do:
save(file1, file2)
file2 should have the same content as file1.
Thanks in advance and sorry for an empty code. Any help would be appreciated!
 
     
     
     
    