It is possible to create a function that requires certain arguments to be named-only. This approach is useful if a function has many parameters that can be omitted. Let's create a function that adds a prefix and suffix to a string:
And now we can try it out: