Skip to content

Instantly share code, notes, and snippets.

@megha444
Created September 26, 2020 17:31
Show Gist options
  • Save megha444/8712454e23bc856f34eb2e367de39122 to your computer and use it in GitHub Desktop.
Save megha444/8712454e23bc856f34eb2e367de39122 to your computer and use it in GitHub Desktop.
with open(‘data/reviews.txt’, ‘r’) as f:
reviews = f.read()
with open(‘data/labels.txt’, ‘r’) as f:
labels = f.read()
print(reviews[:50])
print()
print(labels[:26])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment