【Python】Return value of function
2023-05-02 本文已影响0人
盐果儿
In Python, a function can return one or more values. When a function returns multiple values, it actually returns a tuple containing the values.
In Python, a function can return one or more values. When a function returns multiple values, it actually returns a tuple containing the values.