0

How many parameter we can return inside a function?

22nd Sep 2016, 8:37 AM
Vahid Iraji
Vahid Iraji - avatar
2 Answers
0
You can try using a list to return multiple parameters.
8th Oct 2016, 5:01 AM
Ashu
0
Using 'return' keyword you can return only one 'thing' (int, float, string, list etc.).
24th Sep 2016, 4:35 PM
Daniel