...

/

The Tuple Version

The Tuple Version

The lesson elaborates how to return multiple values using tuple.

We'll cover the following...

The first step is to convert the output parameters into a tuple and return it from the function.

According to F.21: To return multiple “out” ...