*args in Python - Functions in Python Part 6

Publicado el: 20 mayo 2026
en el 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


En esta página del sitio puede ver el video en línea *args in Python - Functions in Python Part 6 de Duración hora minuto segunda en buena calidad , que subió el usuario Simple Easy Python 20 mayo 2026, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 25 veces y le gustó 1 a los espectadores. Disfruta viendo!