Positional vs keyword function arguments in Python

preview_player
Показать описание
When you're working with named arguments (a.k.a. keyword arguments) it's the argument name that matters. When you're working with positional arguments, it's the position matters (but not the name).

00:00 Positional arguments
00:34 Keyword arguments (a.k.a. named arguments)
01:03 The order of keyword arguments doesn't matter
01:40 Using keyword arguments instead of positional arguments
02:41 Python has both positional and named arguments
Рекомендации по теме
Комментарии
Автор

Hi, why I am getting named arguments listed first followed by positional arguments in dictionary when running def..return?
Thank you very much for fantastic lessons.

stickom
visit shbcf.ru