Returning multiple values from a function

0

Returning multiple values from a function

  • In other languages like C,C++ and Java, function can return atmost one value. But in Python, a function can return multiple values.

Eg 1:  

Eg 2: 


Post a Comment

0Comments
Post a Comment (0)