December Code

December Code / Try Python

Try Python

No account needed. Answer, see why, move on.

1 of 3 today

Functions & Scopeeasy

What does this code print?

def f(a, *args, **kwargs):
    print(a, args, kwargs)

f(1, 2, 3, x=4)
Choose one option
choose an option

Nothing here is saved. Create a free account to keep your progress, take an assessment and get your readiness score.