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