filmov
tv
Returning Multiple Values from a Function
![preview_player](https://i.ytimg.com/vi/yMBKak1Tp9Q/hqdefault.jpg)
Показать описание
In this video, you will see how you can return more than one value from a function. To do this you have two options, either use a tuple (since it can have more than one value in it) or you can give multiple variables for each output required. I have explained both the methods in this video. Enjoy!