Skip to content
Snippets Groups Projects
Commit 465b3d62 authored by Nathan Robert Carlson's avatar Nathan Robert Carlson
Browse files

Part 1 and 2 Complete, no unit tests

parent 7d45c8fb
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ words_contained = tuple([[], [], [], [], []])
def main():
# Below is startup
# Below is the startup
try:
reviews = open('sentiment.txt', 'r')
except IOError as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment