Skip to content
Snippets Groups Projects
Commit d9230b74 authored by Adrian Reza  Ariffin's avatar Adrian Reza Ariffin
Browse files

Final program finished part 2

parent f6b348da
Branches
Tags
No related merge requests found
......@@ -186,9 +186,6 @@ def word_sorting(review,file_name):
number += 1
with open('positive.txt','w') as file:
positives = '\n'.join(positive)
file.write(positives)
......@@ -200,9 +197,5 @@ def word_sorting(review,file_name):
return positive,negative
if __name__ == '__main__':
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment