function-calls Questions
3
Solved
So, Python functions can return multiple values. It struck me that it would be convenient (though a bit less readable) if the following were possible.
a = [[1,2],[3,4]]
def cord():
return 1, 1
...
Aruabea asked 27/3, 2009 at 19:55
© 2022 - 2024 — McMap. All rights reserved.