def do_something(num1, num2, *args, **kwargs):. The * and the ** operators above allow you to pass in variable number of arguments to the function.
確定! 回上一頁