Skip to content

Instantly share code, notes, and snippets.

@nileshk
Last active December 14, 2015 17:29
Show Gist options
  • Save nileshk/5122540 to your computer and use it in GitHub Desktop.
Save nileshk/5122540 to your computer and use it in GitHub Desktop.
List top level folders of current directory
import os
print os.walk('.').next()[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment