Is it possible to return two lists from a function in python

Viewed 78823

I am new to python programming and need your help for the following:

I want to return two lists from a function in python. How can i do that. And how to read them in the main program. Examples and illustrations would be very helpful.

Thanks in advance.

2 Answers
Related