Why not write it like this in Python instead?

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thanks, I'm just starting my python journey, these little nuggets are gold..

taralalram
Автор

Should show even functions returning a tuple and unpacking its response on function call
(a, b, c) = myfunc()

digicyc
Автор

You can also do something llike this x, *y = (1, 2, 3). With x being 1 and y being (2, 3)

focusfail.
visit shbcf.ru