Python *args 📦

Published: 07 December 2020
on channel: Bro Code
21,081
1.2k

Python *args tutorial example explained

#python #args #tutorial

*args = parameter that will pack all arguments into a tuple
useful so that a function can accept a varying amount of arguments

def add(*args):
sum = 0
for i in args:
sum += i
return sum

print(add(1,2,3,4,5,6,7,8))


––––––––––––––––––––––––––––––
Up In My Jam (All Of A Sudden) by - Kubbi   / kubbi  
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0
Free Download / Stream: http://bit.ly/2JnDfCE
Music promoted by Audio Library    • Up In My Jam (All Of A Sudden) – Kubb...  
––––––––––––––––––––––––––––––


On this page of the site you can watch the video online Python *args 📦 with a duration of hours minute second in good quality, which was uploaded by the user Bro Code 07 December 2020, share the link with friends and acquaintances, this video has already been watched 21,081 times on youtube and it was liked by 1.2 thousand viewers. Enjoy your viewing!