This video explains keyword arguments, which are arguments you pass to a function by doing something like function(arg_name=arg_value). This video explains what keyword arguments are, how to pass keyword arguments to a function, and the difference between positional and keyword arguments amongst other things.
#python #codingtutorial #learntocode