Python - How to Return Multiple Values From a Function

Опубликовано: 09 Июнь 2021
на канале: codevev
461
13

#Python #Shorts

What may be frowned upon in one language seems to be a perfectly reasonable thing to do in Python. Partially, thanks to the unpacking feature. But if you ever want to return more than one value from a function, just put all of them separated by a comma after your "return" statement. This will actually return these values as a tuple but you can easily unpack it into multiple variables, or just keep using the tuple. It's all up to you.
-------------------------------------------------------------------------------------
Links:
Blog: https://evgenyurubkov.com
Twitter:   / evgenyurubkov  
Instagram:   / evgenyurubkov  
Youtube:    / @codevev  


Смотрите видео Python - How to Return Multiple Values From a Function онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь codevev 09 Июнь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 46 раз и оно понравилось 1 людям.