Skip to content

Instantly share code, notes, and snippets.

@victormurcia
Created September 5, 2022 05:07
Show Gist options
  • Select an option

  • Save victormurcia/b9f9d91c7962219efe18aab865de0169 to your computer and use it in GitHub Desktop.

Select an option

Save victormurcia/b9f9d91c7962219efe18aab865de0169 to your computer and use it in GitHub Desktop.
read contents of book chapter
with open('2.txt', encoding = 'utf-8') as f:
contents = f.read().rstrip()
print(contents[0:248])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment