0
Can a function in Python return multiple values?
Generally, a function can return only 1 value in the form of either sequence or data type but is there any different theory regarding returning a tuple in terms of returning multiple values from a function?
5 Respostas