You got it, just one value next to the return keyword.
return
We're able to return one value after the return keyword, return "Mario", "Luigi" is two.
return "Mario", "Luigi"