Skip to content

Instantly share code, notes, and snippets.

@arischow
Created October 21, 2016 02:23
Show Gist options
  • Save arischow/d21cb237a145a6d8c194c5a79d4520b3 to your computer and use it in GitHub Desktop.
Save arischow/d21cb237a145a6d8c194c5a79d4520b3 to your computer and use it in GitHub Desktop.
def opcount(fname):
with open(fname) as f:
for i, l in enumerate(f):
pass
return i + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment