Create an instance of the class with the name = "Happy Birthday" and the artist = "unknown".
name = "Happy Birthday"
artist = "unknown"
Make sure to pick Song followed by ( and then "Happy Birthday", ,, "unknown", ).
Song
(
"Happy Birthday"
,
"unknown"
)