path = '/home/john/days.txt' days_file = open(path,'r') days = days_file.read()