Understanding *args and **kwargs | Intermediate Python Tutorial | Updated 2023

preview_player
Показать описание
Optional arguments using *args and **kwargs.

◾◾◾◾◾ Timestamps ◾◾◾◾◾
00:00 | Content Outline
00:23 | Positional Arguments and Keyword Arguments
02:20 | Usage of *args
06:30 | Usage of **kwargs

◾◾◾◾◾ Join the Community! ◾◾◾◾◾

◾◾◾◾◾ Hashtags ◾◾◾◾◾
#pythontutorial #pythonprogramming #learnpython
Комментарии
Автор

how you are executing only specific lines of code, while ignoring rest of code? e.g. sometimes you run only function_1 and sometime you ignore function_1 and run only function_2. How I can do the same thing. Its very helpful approach. Kindly share this incredible approach.

hinafraz