Python for Beginners - Lesson 27 | Args and kwargs in Functions

Опубликовано: 14 Июнь 2026
на канале: ITstudy
422
21

In this lesson, you will learn:

1) What args is and when it is used
2) What kwargs is and when it is useful
3) What order should be followed for function arguments

LINKS:

Python course on Stepik:
https://stepik.org/course/253447

The lesson assignment will be posted on Telegram:
https://t.me/ITstudy_Girl

Support the channel:
https://yoomoney.ru/to/4100119445649159

Table of Contents:
00:00 Introduction
00:11 How *args works
03:28 How **kwargs works
06:07 Order of defining function arguments
07:25 Conclusion