Advertisement
Fhernd

crear-directorio.py

Jan 26th, 2018
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. import os
  2.  
  3. if not os.path.exists('literatura'):
  4.     os.makedirs('literatura')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement