Commit 26288300 by Krishnan Sanjay

Update core.py

parent c2734e65
Showing with 0 additions and 4 deletions
......@@ -7,10 +7,6 @@ import platform
import os
import json
if platform.system() == 'Windows':
print("This assignment will not work on a windows computer")
exit()
def imdb_title_words():
f = open('title.csv','r')
line = f.readline()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment