Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
medium
Python
keyword-only args
Single-choice MCQ
What does this signature mean for how arguments can be passed?
def f(a, b, *args, key, **kwargs): ...