Use .append() to add "mystery" to the genres list.
.append()
"mystery"
genres
Make sure to type genres.append("mystery").
genres.append("mystery")