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