You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function generateStory($singular_noun, $verb, $color, $distance_unit)
{
$story = "\nThe $singular_noun are lovely, $color, and deep.\n" . "\nBut I have promises to keep,\nAnd $distance_unit to go before I $verb,\nAnd $distance_unit to go before I $verb.\n";