Checkpoint 7.15.1.
Create the function,
mood(emotion)
, to return a string with the emotion
followed by " 4 you"
. For example, if emotion
is “So happy” it should return "So happy 4 you!"
.