Guest User

Untitled

a guest
May 26th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.05 KB | None | 0 0
  1. # Python 2:
  2. os.walk(u'.')
  3.  
  4. # Python 3:
  5. os.walk('.')
Add Comment
Please, Sign In to add comment