Skip to content

Instantly share code, notes, and snippets.

@omarsar
Created August 12, 2018 23:29
Show Gist options
  • Save omarsar/da13c541561abe75ce7ebc1d3488c02b to your computer and use it in GitHub Desktop.
Save omarsar/da13c541561abe75ce7ebc1d3488c02b to your computer and use it in GitHub Desktop.
document = text_file.read()
print(len(document))
print(document[0:100])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment