Add a new email to the subscriber mailing list using add() and the value "luke@mail.com".
add()
"luke@mail.com"
Make sure to pick subscribers followed by .add and then (, "luke@mail.com", ).
subscribers
.add
(
)