Skip to content

Instantly share code, notes, and snippets.

@iossefy
Created November 26, 2017 12:01
Show Gist options
  • Save iossefy/ed7bcda6c49d8a00298c86232f812bf2 to your computer and use it in GitHub Desktop.
Save iossefy/ed7bcda6c49d8a00298c86232f812bf2 to your computer and use it in GitHub Desktop.
Count how many line in a txt file
num_lines = sum(1 for line in open('myfile.txt'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment