Create the variable tasks and save a one-element set containing "homework" in the variable.
tasks
"homework"
Make sure to pick tasks followed by = and then {, "homework", }.
=
{
}