Which type of value can a function return?

A function can return any type of value, like a string, integer, float or booleanA function can only return strings and numbers

A function can return any type of value, like a string, integer, float or boolean.