Create another instance and store it in the variable next_song. Use the parameters "Happy" and "Pharrell".
next_song
"Happy"
"Pharrell"
Make sure to type next_song = Song("Happy", "Pharrell").
next_song = Song("Happy", "Pharrell")