return value

[1/1]

  1. Returning Multiple Values in Python: Example Codes
    Using a Tuple:Create a tuple: Enclose the values you want to return within parentheses, separated by commas.Return the tuple: Use the return statement to return the entire tuple