Skip to content

Instantly share code, notes, and snippets.

@timtjtim
Created December 31, 2013 20:26
Show Gist options
  • Save timtjtim/8201868 to your computer and use it in GitHub Desktop.
Save timtjtim/8201868 to your computer and use it in GitHub Desktop.
Count lines in a file (python)
nol = sum(1 for line in open("PrimeOutput1.txt", "r+"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment