cuilBuzz = { '1': 'All the rage!', '2': 'Worst product e-v-e-r', '3': None } day = '3' print cuilBuzz[day] # Although the print isn't necessary...