python return a tuple from a function code example Example: python return array def my_function(): result = [] #body of the function return result