Keyword arguments: Call by name
When you call a function, you can state explicitly which value belongs to which parameter. These are keyword arguments. You no longer need to remember whether width or height comes first.
When you call a function, you can state explicitly which value belongs to which parameter. These are keyword arguments. You no longer need to remember whether width or height comes first.