def readFileOfReviews(): # Read each review from file global reviewsLst preview = open("data.txt", "rb") reviewsLst = pickle.load(preview)