निम्न में से कौन-सा कथन सही है?
Which statement is true?
A
A function can return multiple values
B
Python only returns one value
C
Functions cannot return tuples
D
Function return type must be declared
Explanation
Correct Answer: A) A function can return multiple values