*args in Python - Functions in Python Part 6

Publicado em: 20 Maio 2026
no canal de: Simple Easy Python
25
1

*args in Python - Functions in Python Part 6

*args let you accept an unlimited number of arguments while calling the function. Here the name args is not important, what is important is the star * which does all the work. Args (or whatever name you give) collects all the arguments in the form of a tuple and * unpacks the tuple into individual elements.

   • Python Function  
   • Loops and Iteration  
   • Control Flow  

Git: https://github.com/Prem-gzb/Python/bl...

00:00 Intro
00:11 Agenda
00:53 Function with fixed number of arguments
02:28 function with *args
05:46 Tuple unpacking
06:46 add function to accept user input
11:14 positional argument, default argument & *args together
15:02 Outro

#SimpleEasyPython #Python


Nesta página do site você pode assistir ao vídeo on-line *args in Python - Functions in Python Part 6 duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Simple Easy Python 20 Maio 2026, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 25 vezes e gostou 1 espectadores. Boa visualização!