Skip to content

Instantly share code, notes, and snippets.

@msbanik
Created January 12, 2013 08:45
Show Gist options
  • Save msbanik/4516803 to your computer and use it in GitHub Desktop.
Save msbanik/4516803 to your computer and use it in GitHub Desktop.
Number of files in current directory.
#testing gist
import os
print len(os.listdir('.'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment