Delivery Hero Interview Question

Find errors in a function declaration regarding *args and **kargs in Python.

Interview Answer

Anonymous

Dec 8, 2021

You had to work around the function declaration so it uses *args and **kargs to match variable-length arguments