Jump to

v12-l1-arguments

Consider the following Python function :

def function(a, b, c=10):
    pass

Which one of the following call does not work ?

???