def func(x, y): return x + y def main(x): func(1, 2, 3) # ERROR 3 arguments supplied, but a max of 2 expected # EXECUTE