Skip to content

Instantly share code, notes, and snippets.

@Sorseg
Created May 18, 2013 02:06
Show Gist options
  • Save Sorseg/5602976 to your computer and use it in GitHub Desktop.
Save Sorseg/5602976 to your computer and use it in GitHub Desktop.
Count all files in . and subfolders of .
import os; print sum(len(f) for _,_,f in os.walk("."))
@demoth
Copy link

demoth commented Oct 16, 2013

что это за ,,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment