To add a new value to a set like answers, code add(), with the new value, like "maybe" between the parentheses.
answers
add()
"maybe"
Make sure to pick answers, followed by .add, and finally ("maybe").
.add
("maybe")