Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from shutil import *
- import os
- os.mkdir('example')
- print 'BEFORE:', os.listdir('example')
- copy('shutil_copy.py', 'example')
- print 'AFTER:', os.listdir('example')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement