Delivery Hero interview question

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

Interview Answer

Anonymous

8 Dec 2021

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