Python Arbitrary Arguments

preview_player
Показать описание
Python allows us to have the arbitrary number of arguments. This is especially useful when we are not sure in the advance that how many arguments, the function would require. We define the arbitrary arguments while defining a function using the asterisk (*) sign.
Рекомендации по теме