Friday, August 2, 2019

How to copy a file in python

I am having a file named as new11 and new12 and the path is source=\Users\user.CLPSTPDFC46\Desktop\new11 and dest=\Users\user.CLPSTPDFC46\Desktop\new12



Now I need to copy the content from new11 to new12. how can I approach this ?

No comments:

Post a Comment