Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumPythonkeyword-only argsSingle-choice MCQ

What does this signature mean for how arguments can be passed?

def f(a, b, *args, key, **kwargs): ...