Python · Functions: Parameters & Scope
Is this call legal? Why or why not? ``` def my_sum(a, b, c=0, d=0): return a + b + c + d my_sum(1, c=10, 2) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
