Python · Functions: Parameters & Scope
What happens here, and how do you call f successfully? ``` def f(a, b, *, c, d): print(a, b, c, d) f(1, 2, 3, 4) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
